getDefaultPropertyType

From RPTools Wiki
Revision as of 02:56, 12 December 2023 by Taustin (talk | contribs) (Created page with "{{MacroFunction |name=getDefaultPropertyType |version=1.14.0 |description= Returns the default property type for the campaign. |usage= <syntaxhighlight lang="mtmacro" line> getDefaultPropertyType() </syntaxhighlight> '''Parameters''' None. |examples= <syntaxhighlight lang="mtmacro" line> [r:getDefaultPropertyType()] </syntaxhighlight> }} returns <syntaxhighlight lang="mtmacro" line> Basic </syntaxhighlight> Category:Token")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

getDefaultPropertyType() Function

Introduced in version 1.14.0
Returns the default property type for the campaign.

Usage

getDefaultPropertyType()

Parameters None.

Examples

[r:getDefaultPropertyType()]


returns

Basic