<aside> ⚡ script "core_setpointer" (int assign_slot, int tid, int pointer_selector)
</aside>
This script is a script wrapper for the ACS function SetPointer
.
assign_slot
: int - The actor pointer field to assign to.tid
: int - The TID of the actor that the new actor pointer will point to.pointer_selector
: int - If an actor pointer is specified in this field, the final actor used for assignment will be the TID’s actor pointer specified by this field.