Class: MockCond
Mock of the X-Ray engine cond action-completion enumeration.
Implements
cond
Constructors
Constructor
ts
new MockCond(...args: unknown[]): MockCond;Parameters
| Parameter | Type |
|---|---|
...args | unknown[] |
Returns
MockCond
Methods
create()
ts
static create(...args: unknown[]): MockCond;Parameters
| Parameter | Type |
|---|---|
...args | unknown[] |
Returns
MockCond
mock()
ts
static mock(...args: unknown[]): cond;Parameters
| Parameter | Type |
|---|---|
...args | unknown[] |
Returns
cond
Properties
__name
ts
__name: string = "cond";LuaBind instance constructor name.
Implementation of
ts
cond.__nameargs
ts
args: unknown[];act_end
ts
readonly static act_end: 128;Engine enum value for cond.act_end.
anim_end
ts
readonly static anim_end: 4;Engine enum value for cond.anim_end.
look_end
ts
readonly static look_end: 2;Engine enum value for cond.look_end.
move_end
ts
readonly static move_end: 1;Engine enum value for cond.move_end.
object_end
ts
readonly static object_end: 32;Engine enum value for cond.object_end.
sound_end
ts
readonly static sound_end: 8;Engine enum value for cond.sound_end.
time_end
ts
readonly static time_end: 64;Engine enum value for cond.time_end.