Class: caption_value
Extends
Constructors
Constructor
new caption_value(): caption_value;Returns
caption_value
Inherited from
Methods
bool_value()
bool_value(): bool_value;Treat this property value as a boolean.
Returns
Engine property value handle.
Remarks
Use only for properties originally created as boolean values.
Inherited from
button_value()
button_value(): button_value;Treat this property value as a button.
Returns
Engine property value handle.
Remarks
Use only for properties originally created as button rows.
Inherited from
caption_value()
caption_value(): caption_value;Treat this property value as a caption.
Returns
caption_value
Engine property value handle.
Remarks
Use only for properties originally created as caption rows.
Inherited from
flag32_value()
flag32_value(): flag32_value;Treat this property value as a 32-bit flag value.
Returns
Engine property value handle.
Remarks
Use only for properties originally created as 32-bit flag values.
Inherited from
s16_value()
s16_value(): s16_value;Treat this property value as a signed 16-bit integer.
Returns
Engine property value handle.
Remarks
Use only for properties originally created as signed 16-bit values.
Inherited from
text_value()
text_value(): text_value;Treat this property value as text.
Returns
Engine property value handle.
Remarks
Use only for properties originally created as text values.
Inherited from
token16_value()
token16_value(): token16_value;Treat this property value as a 16-bit token value.
Returns
Engine property value handle.
Remarks
Use only for properties originally created as 16-bit token values.
Inherited from
u16_value()
u16_value(): u16_value;Treat this property value as an unsigned 16-bit integer.
Returns
Engine property value handle.
Remarks
Use only for properties originally created as unsigned 16-bit values.