Difference between revisions of "ScenEdit AddReferencePoint"

From Baloogan Campaign Wiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 10:54, 22 November 2014

<syntaxhighlight lang="lua"> --basic function: newref = ScenEdit_AddReferencePoint({side="United States", name="Downed Pilot", lat=0.1, lon=4, highlighted=true}) print(newref.guid) -- prints the reference point's unique id

</syntaxhighlight>