SetObjectModel: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
[[Category:Incomplete]]
__NOTOC__  
__NOTOC__  
This fake function is for use with blah & blah and does blahblahblabhalbhl
This sets a new object model to the specified element.


==Syntax==  
==Syntax==  
Line 10: Line 8:


===Required Arguments===  
===Required Arguments===  
*'''argumentName:''' description
*'''object:''' A valid [[element]].
 
*'''id:''' An [[int]] specifying the model id.
===Optional Arguments===
{{OptionalArg}}
*'''argumentName2:''' descriptiona
*'''argumentName3:''' description


===Returns===
===Returns===
Returns ''true'' if blah, ''false'' otherwise.
Returns ''true'' if the model change was successful, ''false'' otherwise.


==Example==  
==Example==  
Line 30: Line 24:


==See Also==
==See Also==
{{FunctionArea_Functions}}
{{Object functions}}
[[Category:Incomplete]]

Revision as of 04:24, 3 October 2006

This sets a new object model to the specified element.

Syntax

bool setObjectModel ( element object, int id )        

Required Arguments

  • object: A valid element.
  • id: An int specifying the model id.

Returns

Returns true if the model change was successful, false otherwise.

Example

This example does...

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

See Also