Difference between revisions of "0827"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | + | | ini = 0827=2,%1d% %2d% | |
− | + | | description = Assigns an object to an [[LOD]] object | |
− | + | | p1 = valid object [[DFF]] model name or ID number as defined in the [[IDE]] file | |
− | + | | p2 = valid object DFF model name or ID number as defined in the IDE file | |
− | + | | game = [[San Andreas]] | |
− | This opcode assigns an an object created by the script to an LOD object. Normally an object created by the script does not have an LOD | + | }} |
+ | This opcode assigns an an object created by the script to an LOD object. The object in the first parameter is the object normally seen up close. The object in the second parameter is the LOD form of the normal object. Normally an object created by the script does not have an LOD associated to it, even if the object was assigned an LOD in the [[IPL]] file. | ||
==Keywords== | ==Keywords== | ||
− | assign, object, LOD | + | assign, set, object, LOD |
− | |||
− |
Revision as of 10:21, 17 December 2009
{{{games}}}
- Description
- Assigns an object to an LOD object
- Syntax
- {{{syntax1}}}
- Parameter
This opcode assigns an an object created by the script to an LOD object. The object in the first parameter is the object normally seen up close. The object in the second parameter is the LOD form of the normal object. Normally an object created by the script does not have an LOD associated to it, even if the object was assigned an LOD in the IPL file.
Keywords
assign, set, object, LOD