SetMapName: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 15: Line 15:


==Example==  
==Example==  
<!-- Explain what the example is in a single sentance -->
This page lacks an example
This example does...
<!-- Add the code below, an emphasis should be on making it clear, not optimized. You could provide two versions if you wish, one clear and well commented, the other optimized -->
<!-- Add the code below, an emphasis should be on making it clear, not optimized. You could provide two versions if you wish, one clear and well commented, the other optimized -->
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
Line 27: Line 26:
==See Also==
==See Also==
{{ASE functions}}
{{ASE functions}}
[[Category:Incomplete]] -- leave this unless you complete the function
[[Category:Needs_Example]]

Revision as of 13:34, 24 November 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 page lacks an example

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also

Template:ASE functions