Difference between revisions of "0566"
Jump to navigation
Jump to search
(Created page with '{{OpCode | ini = 0566=2, %1d% %2d% | description = Links an object to the specified interior. | p1 = Object Handle | p2 = Interior Handle | game …') |
(page updates) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{Icon|VC}} {{Icon|SA}} '''SET_OBJECT_AREA_VISIBLE''' |
− | + | <hr /> | |
− | + | '''Description''' | |
− | + | : Sets the visibility of an object to the specified interior | |
− | + | '''Syntax''' | |
− | + | : 0566: object [''object handle''] set_interior ]''int''] | |
− | + | : 0566: link_object [''object handle''] to_interior ]''int''] | |
+ | '''Parameter''' | ||
+ | : [''object handle''] | ||
+ | :: The handle of the object | ||
+ | : [''int''] | ||
+ | :: [[Interior]] number | ||
− | This opcode | + | This opcode sets the visibility of an object to the specified interior. |
− | == | + | == Keywords == |
− | + | set, interior, link, object, visibility, visible | |
− | + | [[Category:OpCodes]] | |
− |
Revision as of 07:14, 8 January 2015
Description
- Sets the visibility of an object to the specified interior
Syntax
- 0566: object [object handle] set_interior ]int]
- 0566: link_object [object handle] to_interior ]int]
Parameter
- [object handle]
- The handle of the object
- [int]
- Interior number
This opcode sets the visibility of an object to the specified interior.
Keywords
set, interior, link, object, visibility, visible