Squirrel/Server/Functions/Objects/FindObject

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: __NOTOC__ This function finds an object from an ID and returns the pointer. If no object is found, ''null'' will be returned. == Syntax == <code>Object FindObject( int id )</code> == Ar...)

Revision as of 07:54, 14 December 2009

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

Syntax

  1. Object FindObject( int id )

Arguments

  • id - The ID of the object 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