getDefaultPropertyType: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(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")
 
(No difference)

Latest revision as of 02:56, 12 December 2023

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