0x44
1 → 1
5
@t0 = @pop();
@push(typeof @t0);
ActionTypeOf pushes the object type to the stack, which is equivalent to the ActionScript TypeOf() method. The possible types are:
number
boolean
string
object
movieclip
null
undefined
function
Field | Type | Comment |
---|---|---|
ActionTypeOf | ACTIONRECORDHEADER | ActionCode = 0x44 |
ActionTypeOf does the following: