Definition at line 551 of file common_structs.h.
#include "common_structs.h"
s32 Entity::flags |
Definition at line 552 of file common_structs.h.
Referenced by action_update_spin_jump(), action_update_use_spinning_flower(), action_update_use_tweester(), check_input_jump(), entity_BlueSwitch_init(), interact_inspect_update(), player_raycast_down(), player_raycast_general(), try_cancel_tweester(), try_cancel_tweester(), try_cancel_tweester(), try_cancel_tweester(), try_cancel_tweester(), try_cancel_tweester(), try_cancel_tweester(), try_cancel_tweester(), and try_cancel_tweester().
u8 Entity::listIndex |
Definition at line 553 of file common_structs.h.
s8 Entity::unk_05 |
Definition at line 554 of file common_structs.h.
u8 Entity::collisionFlags |
Definition at line 555 of file common_structs.h.
Referenced by action_update_spin_jump(), action_update_tornado_jump(), and phys_player_land().
s8 Entity::collisionTimer |
Definition at line 556 of file common_structs.h.
Referenced by action_hammer_end_swing(), player_raycast_down(), and player_raycast_general().
u8 Entity::unk_08 |
Definition at line 557 of file common_structs.h.
u8 Entity::scriptDelay |
Definition at line 558 of file common_structs.h.
u8 Entity::type |
Definition at line 559 of file common_structs.h.
Referenced by check_input_jump().
u8 Entity::alpha |
Definition at line 560 of file common_structs.h.
Referenced by player_raycast_down(), and player_raycast_general().
Vec3s Entity::aabb |
Definition at line 561 of file common_structs.h.
s16 Entity::vertexSegment |
Definition at line 562 of file common_structs.h.
s16 Entity::virtualModelIndex |
Definition at line 563 of file common_structs.h.
s16 Entity::shadowIndex |
Definition at line 564 of file common_structs.h.
s32* Entity::scriptReadPos |
Definition at line 565 of file common_structs.h.
EntityCallback Entity::updateScriptCallback |
Definition at line 566 of file common_structs.h.
EntityCallback Entity::updateMatrixOverride |
Definition at line 567 of file common_structs.h.
Evt* Entity::boundScript |
Definition at line 568 of file common_structs.h.
EvtScript* Entity::boundScriptBytecode |
Definition at line 569 of file common_structs.h.
Referenced by check_input_jump().
s32* Entity::savedReadPos[3] |
Definition at line 570 of file common_structs.h.
EntityBlueprint* Entity::blueprint |
Definition at line 571 of file common_structs.h.
void(* Entity::renderSetupFunc) (s32) |
Definition at line 572 of file common_structs.h.
Referenced by entity_HeartBlockContent__reset().
EntityData Entity::dataBuf |
Definition at line 573 of file common_structs.h.
Referenced by entity_BlueWarpPipe_enter_pipe_init(), and entity_PinkFlower_idle().
void* Entity::gfxBaseAddr |
Definition at line 574 of file common_structs.h.
Vec3f Entity::pos |
Definition at line 575 of file common_structs.h.
Referenced by is_block_on_ground(), and npc_find_standing_on_entity().
Vec3f Entity::scale |
Definition at line 576 of file common_structs.h.
Vec3f Entity::rot |
Definition at line 577 of file common_structs.h.
Referenced by entity_PinkFlowerLight_idle().
f32 Entity::shadowPosY |
Definition at line 578 of file common_structs.h.
Matrix4f Entity::inverseTransformMatrix |
Definition at line 579 of file common_structs.h.
f32 Entity::effectiveSize |
Definition at line 580 of file common_structs.h.
char Entity::unk_B4[4] |
Definition at line 581 of file common_structs.h.
Mtx Entity::transformMatrix |
Definition at line 582 of file common_structs.h.