Difference between revisions of "GetRules"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Returns a reference to the CRules object. </onlyinclude> <syntaxhighlight lang="cpp"> CMap@ getMap() </syntaxhighlight> Category:Scripting [[Category:Globa...") |
Shadlington (Talk | contribs) |
||
Line 3: | Line 3: | ||
</onlyinclude> | </onlyinclude> | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
− | + | CRules@ getRules() | |
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Global Functions]] | [[Category:Global Functions]] |
Latest revision as of 18:50, 22 August 2012
Returns a reference to the CRules object.
CRules@ getRules()