Difference between revisions of "Splitter"

From Lianjapedia
Jump to: navigation, search
Line 9: Line 9:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|Orientation
+
|valign="top"|Orientation
|RW
+
|valign="top"|RW
|
+
|valign="top"|Numeric
|
+
|valign="top"|Orientation: 0 = horizontal, >0 = vertical
 
|-
 
|-
 
|}
 
|}
Line 25: Line 25:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|Addobject
+
|valign="top"|AddObject
|
+
|valign="top"|existing as Object | newobject as Character, class as Character
|
+
|valign="top"|Add an existing object or a new object, in which case the object's class must also be specified
 
|-
 
|-
|Removeobject
+
|valign="top"|RemoveObject
|
+
|valign="top"|existing as Object
|
+
|valign="top"|Remove the specified object
 
|-
 
|-
 
|}
 
|}

Revision as of 07:21, 10 January 2013

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Orientation RW Numeric Orientation: 0 = horizontal, >0 = vertical

Methods

This class supports the Common Methods plus the following:

Method Args Description
AddObject existing as Object | newobject as Character, class as Character Add an existing object or a new object, in which case the object's class must also be specified
RemoveObject existing as Object Remove the specified object

Events

This class supports the Common Events plus the following:

Event Args Description