This commit is contained in:
commit
9da596cd9c
82 changed files with 3302 additions and 1407 deletions
|
|
@ -1045,6 +1045,12 @@ AInventory *AActor::FirstInv ()
|
|||
return Inventory->NextInv ();
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION(AActor, FirstInv)
|
||||
{
|
||||
PARAM_SELF_PROLOGUE(AActor);
|
||||
ACTION_RETURN_OBJECT(self->FirstInv());
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
//
|
||||
// AActor :: UseInventory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue