= {
Call(ShortenPartnerTetherDistance)
Call(CheckUsingRideablePartner)
Call(TeleportPartnerToPlayer)
Call(ResetPartnerTetherDistance)
}
ApiStatus func_802D2148(Evt *script, b32 isInitialCall)
ApiStatus UseEntryHeading(Evt *script, b32 isInitialCall)
ApiStatus PlayerMoveTo(Evt *script, b32 isInitialCall)
#define Else
Marks the end of an if statement and the start of the else block.
Definition macros.h:307
#define Set(VAR, INT_VALUE)
Sets the given variable to a given value casted to an integer.
Definition macros.h:377
#define LVarF
Definition macros.h:159
#define LVarC
Definition macros.h:156
#define EndIf
Marks the end of an if statement or an else block.
Definition macros.h:310
#define LVarB
Definition macros.h:155
#define LVar1
Definition macros.h:145
#define LVarA
Definition macros.h:154
#define IfEq(LVAR, RVAR)
Marks the beginning of an if statement that only executes if LVAR == RVAR.
Definition macros.h:281
#define LVar4
Definition macros.h:148
#define LVar3
Definition macros.h:147
#define LVar0
Definition macros.h:144
#define Exec(EVT_SOURCE)
Launches a new thread.
Definition macros.h:467