gn:act_createPointer
- Description
- Action used to create a pointer object
- Action returns
- void
Action signatures
Create a pointer object
[gn:act_createPointer]|[target, sourceId, sourceValue]
Parameter Description target
target where the new pointer will be stored sourceId
source from where the pointer id will be used sourceValue
source from where the pointer value will be used
Example
@variable/newPointer
- targetId@variable/pointerId
- pointerId@variable/pointerValue
- pointerValue
- ⤷
[gn:act_createPointer]|[@variable/newPointer,@variable/pointerId,@variable/pointerValue]
- ⤷