= {
Call(ShortenPartnerTetherDistance)
Call(CheckUsingRideablePartner)
Call(TeleportPartnerToPlayer)
Call(ResetPartnerTetherDistance)
}
ApiStatus func_802D2148(Evt *script, bool isInitialCall)
ApiStatus UseEntryHeading(Evt *script, bool isInitialCall)
ApiStatus PlayerMoveTo(Evt *script, bool isInitialCall)
#define Else
Marks the end of an if statement and the start of the else block.
Definition macros.h:339
#define Set(VAR, INT_VALUE)
Sets the given variable to a given value casted to an integer.
Definition macros.h:409
#define LVarF
Definition macros.h:191
#define LVarC
Definition macros.h:188
#define EndIf
Marks the end of an if statement or an else block.
Definition macros.h:342
#define LVarB
Definition macros.h:187
#define LVar1
Definition macros.h:177
#define LVarA
Definition macros.h:186
#define IfEq(LVAR, RVAR)
Marks the beginning of an if statement that only executes if LVAR == RVAR.
Definition macros.h:313
#define LVar4
Definition macros.h:180
#define LVar3
Definition macros.h:179
#define LVar0
Definition macros.h:176
#define Exec(EVT_SOURCE)
Launches a new thread.
Definition macros.h:499