- I really need to stop coding so late at night.

This commit is contained in:
MajorCooke 2014-12-17 21:58:30 -06:00
parent 753eae4b68
commit a2bb673370
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ ACTOR Actor native //: Thinker
action native A_TakeFromChildren(class<Inventory> itemtype, int amount = 0);
action native A_TakeFromSiblings(class<Inventory> itemtype, int amount = 0);
action native A_SetTeleFog(name oldpos, name newpos);
action native A_SwapTeleFog();
action native A_CheckSightOrRange(float distance, state label);
action native A_CheckRange(float distance, state label);