Squirrel/Server/Functions/SpawnClass/FindSpawnClass

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: __NOTOC__ This function finds a ''SpawnClass'' from an ID and returns the pointer. If no spawn class is found, ''null'' will be returned. == Syntax == <code>SpawnClass FindSpawnClass( in...)

Revision as of 07:57, 14 December 2009

This function finds a SpawnClass from an ID and returns the pointer. If no spawn class is found, null will be returned.

Syntax

  1. SpawnClass FindSpawnClass( int id )

Arguments

  • id - The ID of the spawn class to be found

Example

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
  1.  
  2. -- todo
  3.  

Notes

-- Example notes here

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox