SetMapName: Difference between revisions

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


==See Also==
==See Also==
<!-- Change FunctionArea to the area that this function is in on the main function list page, e.g. Server, Player, Vehicle etc -->
{{ASE functions}}
{{FunctionArea_functions}}
[[Category:Incomplete]] -- leave this unless you complete the function
[[Category:Incomplete]] -- leave this unless you complete the function

Revision as of 23:55, 27 August 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:ASE functions -- leave this unless you complete the function