SetMapName: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Black Dragon (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
This function is used to set a map name that will be visible via The All Seeing Eye. | |||
This | |||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
bool setMapName ( string ) | bool setMapName ( string mapName ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
===Required Arguments=== | ===Required Arguments=== | ||
*'''mapName:''' The name you wish ASE to show. | |||
*''' | |||
===Returns=== | ===Returns=== | ||
Returns ''true'' if map name was set successfully, ''false'' otherwise. | |||
Returns ''true'' if | |||
==Example== | ==Example== |
Revision as of 16:51, 20 June 2007
This function is used to set a map name that will be visible via The All Seeing Eye.
Syntax
bool setMapName ( string mapName )
Required Arguments
- mapName: The name you wish ASE to show.
Returns
Returns true if map name was set successfully, false otherwise.
Example
This example does...
--This line does... blabhalbalhb --abababa --This line does this... mooo
See Also
Template:FunctionArea functions -- leave this unless you complete the function