Difference between revisions of "TMap.AddSpawnPoint"
m |
m (Example moved) |
||
Line 9: | Line 9: | ||
==Example== | ==Example== | ||
{{expand|Example showing AddSpawnPoint}} | {{expand|Example showing AddSpawnPoint}} | ||
− | |||
<syntaxhighlight lang="pascal"> | <syntaxhighlight lang="pascal"> | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:TMap]] | [[Category:TMap]] |
Latest revision as of 11:46, 22 August 2013
function AddSpawnPoint(Spawn:TNewSpawnPoint):TActiveSpawnPoint Spawn: new spawn to be created. Result: activated spawn
Description
This function will add a new spawnpoint at position X,Y with target style. It will always be active.
Example
Expand with: Example showing AddSpawnPoint |