Loading...
 

CX_SYSTEM_OBJECT::GetSlotByName

CX_SYSTEM_OBJECT::GetSlotByName

Description:

This function returns a specified slot or NULL if there is no slot with that name. The slot name must always be passed without specifier so that the entry is found.

Code example:
"masterObject" SystemObject Call(GetSlotByName) Call(IsSlot) // -> TRUE
Stack
Stack Position Object type Brief description
Stack(In) Top STRING The slot name
Stack(Out) Top CX_VESSELA wrapper around the slot
Function call: Call(GetSlotByName)