Difference between revisions of "getVariable"
Jump to navigation
Jump to search
Besselinksjm (talk | contribs) (moved note) |
|||
Line 16: | Line 16: | ||
|p2= name: [[String]] - Variable name that was defined in [[setVariable]] ('''Case sensitive''') |= Parameter 2 | |p2= name: [[String]] - Variable name that was defined in [[setVariable]] ('''Case sensitive''') |= Parameter 2 | ||
− | | [[Any Value]] |= Return value | + | | [[Any Value]]<br> Returns [[Nothing]] if the variable doesn't exist.<br> Returns [[Anything]] if the object is undefined.<br> |= Return value |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_aVariable <nowiki>=</nowiki> _myTruck getVariable "myVariable";</code> |= Example 1 | |x1= <code>_aVariable <nowiki>=</nowiki> _myTruck getVariable "myVariable";</code> |= Example 1 | ||
Line 27: | Line 27: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
− | |||
− | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |