|
liblcf
|
#include <rpg_savepartylocation.h>
Inheritance diagram for RPG::SavePartyLocation:
Collaboration diagram for RPG::SavePartyLocation:Public Types | |
| enum | VehicleType { VehicleType_none = 0 , VehicleType_skiff = 1 , VehicleType_ship = 2 , VehicleType_airship = 3 } |
| enum | PanState { PanState_fixed = 0 , PanState_follow = 1 } |
Public Attributes | |
| bool | boarding = false |
| bool | aboard = false |
| int32_t | vehicle = 0 |
| bool | unboarding = false |
| int32_t | preboard_move_speed = 4 |
| bool | menu_calling = false |
| int32_t | pan_state = 1 |
| int32_t | pan_current_x = kPanXDefault |
| int32_t | pan_current_y = kPanYDefault |
| int32_t | pan_finish_x = kPanXDefault |
| int32_t | pan_finish_y = kPanYDefault |
| int32_t | pan_speed = kPanSpeedDefault |
| int32_t | encounter_steps = 0 |
| bool | encounter_calling = false |
| int32_t | map_save_count = 0 |
| int32_t | database_save_count = 0 |
| bool | active = true |
| int32_t | map_id = 0 |
| int32_t | position_x = 0 |
| int32_t | position_y = 0 |
| int32_t | direction = 2 |
| int32_t | sprite_direction = 2 |
| int32_t | anim_frame = 1 |
| int32_t | transparency = 0 |
| int32_t | remaining_step = 0 |
| int32_t | move_frequency = 2 |
| int32_t | layer = 1 |
| bool | overlap_forbidden = false |
| int32_t | animation_type = 0 |
| bool | lock_facing = false |
| int32_t | move_speed = 4 |
| MoveRoute | move_route |
| bool | move_route_overwrite = false |
| int32_t | move_route_index = 0 |
| bool | move_route_repeated = false |
| bool | sprite_transparent = false |
| bool | route_through = false |
| int32_t | anim_paused = 0 |
| bool | through = false |
| int32_t | stop_count = 0 |
| int32_t | anim_count = 0 |
| int32_t | max_stop_count = 0 |
| bool | jumping = false |
| int32_t | begin_jump_x = 0 |
| int32_t | begin_jump_y = 0 |
| bool | pause = false |
| bool | flying = false |
| std::string | sprite_name |
| int32_t | sprite_id = 0 |
| bool | processed = false |
| int32_t | flash_red = -1 |
| int32_t | flash_green = -1 |
| int32_t | flash_blue = -1 |
| double | flash_current_level = 0.0 |
| int32_t | flash_time_left = 0 |
Static Public Attributes | |
| static constexpr int | kPanXDefault = 9 * 256 |
| static constexpr int | kPanYDefault = 7 * 256 |
| static constexpr int | kPanSpeedDefault = 2 << 3 |
| static constexpr auto | kVehicleTypeTags |
| static constexpr auto | kPanStateTags |
Definition at line 24 of file rpg_savepartylocation.h.
| Enumerator | |
|---|---|
| PanState_fixed | |
| PanState_follow | |
Definition at line 45 of file rpg_savepartylocation.h.
| Enumerator | |
|---|---|
| VehicleType_none | |
| VehicleType_skiff | |
| VehicleType_ship | |
| VehicleType_airship | |
Definition at line 33 of file rpg_savepartylocation.h.
| static TypedField< RPG::SavePartyLocation, bool > static_aboard & RPG::SavePartyLocation::aboard = false |
Definition at line 55 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 27 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 51 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 33 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 48 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 39 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 54 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 55 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, bool > static_boarding & RPG::SavePartyLocation::boarding = false |
Definition at line 54 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, int32_t > static_database_save_count & RPG::SavePartyLocation::database_save_count = 0 |
Definition at line 69 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 31 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, bool > static_encounter_calling & RPG::SavePartyLocation::encounter_calling = false |
Definition at line 67 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, int32_t > static_encounter_steps & RPG::SavePartyLocation::encounter_steps = 0 |
Definition at line 66 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 63 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 64 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 62 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 61 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 65 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 57 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 53 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
staticconstexpr |
Definition at line 31 of file rpg_savepartylocation.h.
|
staticconstexpr |
Definition at line 49 of file rpg_savepartylocation.h.
|
staticconstexpr |
Definition at line 27 of file rpg_savepartylocation.h.
|
staticconstexpr |
Definition at line 29 of file rpg_savepartylocation.h.
|
staticconstexpr |
Definition at line 39 of file rpg_savepartylocation.h.
|
inherited |
Definition at line 37 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 40 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 28 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, int32_t > static_map_save_count & RPG::SavePartyLocation::map_save_count = 0 |
Definition at line 68 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 52 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, bool > static_menu_calling & RPG::SavePartyLocation::menu_calling = false |
Definition at line 59 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 36 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 42 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 44 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 43 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 45 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 41 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 38 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, int32_t > static_pan_current_x & RPG::SavePartyLocation::pan_current_x = kPanXDefault |
Definition at line 61 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, int32_t > static_pan_current_y & RPG::SavePartyLocation::pan_current_y = kPanYDefault |
Definition at line 62 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, int32_t > static_pan_finish_x & RPG::SavePartyLocation::pan_finish_x = kPanXDefault |
Definition at line 63 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, int32_t > static_pan_finish_y & RPG::SavePartyLocation::pan_finish_y = kPanYDefault |
Definition at line 64 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, int32_t > static_pan_speed & RPG::SavePartyLocation::pan_speed = kPanSpeedDefault |
Definition at line 65 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, int32_t > static_pan_state & RPG::SavePartyLocation::pan_state = 1 |
Definition at line 60 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 56 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 29 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 30 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, int32_t > static_preboard_move_speed & RPG::SavePartyLocation::preboard_move_speed = 4 |
Definition at line 58 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 60 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 35 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 47 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 32 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 59 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 58 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 46 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 50 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 49 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
|
inherited |
Definition at line 34 of file rpg_savemapeventbase.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, bool > static_unboarding & RPG::SavePartyLocation::unboarding = false |
Definition at line 57 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().
| static TypedField< RPG::SavePartyLocation, int32_t > static_vehicle & RPG::SavePartyLocation::vehicle = 0 |
Definition at line 56 of file rpg_savepartylocation.h.
Referenced by RPG::operator==().