Skip to content

Commit

Permalink
mark IsPlayerOnValidFloor as evtapi
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Jan 8, 2024
1 parent 84c217c commit fb9c14c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/script_api/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,8 @@ ApiStatus WaitForPlayerTouchingFloor(Evt* script, s32 isInitialCall);

/// @evtapi
ApiStatus func_802D2484(Evt* script, s32 isInitialCall);

/// @evtapi
ApiStatus IsPlayerOnValidFloor(Evt* script, s32 isInitialCall);

/// @evtapi
Expand Down

0 comments on commit fb9c14c

Please sign in to comment.