getInitiativeRound: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Function getInitiativeRound== Returns the current Initiative:round number in the Initiative:initiative panel ===Usage=== <source lang="mtmacro" line> [h: round = getInitiative...) |
No edit summary |
||
(11 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
= | {{MacroFunction | ||
Returns the current [[Initiative | |name=getInitiativeRound | ||
|description=Returns the current [[Introduction to Initiative|round number]] in the [[Introduction to Initiative|initiative panel]]. Returns {{code|-1}} if round number is blank. | |||
|usage= | |||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h: round = getInitiativeRound()] | [h: round = getInitiativeRound()] | ||
</ | </syntaxhighlight> | ||
|examples= | |||
<syntaxhighlight lang="mtmacro" line> | |||
< | |||
Round Number [r: getInitiativeRound()] | Round Number [r: getInitiativeRound()] | ||
</ | </syntaxhighlight> | ||
}} | |||
[[Category:Initiative Function]] |
Latest revision as of 23:59, 24 April 2023
getInitiativeRound() Function
Usage
[h: round = getInitiativeRound()]
Examples
Round Number [r: getInitiativeRound()]