item_inside_pawn 
Gates child on the item at the given blackboard key being located anywhere inside the pawn (recursive contents check via locate()). Clears the key and returns FALSE if the item is deleted. Does NOT clear the key if the item simply isn't inside the pawn other branches may still use it.
Vars | |
| key | Blackboard key holding the item to check. |
|---|---|
| observed_item | The item currently being observed for location changes. |
Procs | |
| on_item_key_changed | Fires when the blackboard key changes. Rebinds the move observer to the new item and re-evaluates. |
Var Details
key 
Blackboard key holding the item to check.
observed_item 
The item currently being observed for location changes.
Proc Details
on_item_key_changed
Fires when the blackboard key changes. Rebinds the move observer to the new item and re-evaluates.