PageTemplateSyntax

From GTA Connected
Revision as of 17:08, 29 November 2022 by Mex (talk | contribs) (Created page with "{| class="wikitable" !Template Field !Page Type !Values !Notes !Example |- |name |all |name of the function/event |Including namespaces if applicable, excluding class name if...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template Field Page Type Values Notes Example
name all name of the function/event Including namespaces if applicable, excluding class name if object oriented name = gta.createBlip
side all server, client, or shared side = shared
type all function, method, variable, property, event Use event for events, use method/property when object oriented, use function/variable otherwise type = function
games all iii vc sa iv Game support. One or multiple are supported. Delimit games by a space. games = iii vc sa iv
desc all description of the item For events, text is automatically added to the start: "The event-name event is invoked when"
Otherwise, text is automatically added to the start: "The item-name item-type is used to"
A full stop is added to the end of the description if the description doesn't end in one already.
desc = an element is destroyed