Struct rpgmxp_types::event_page::EventPage
source · pub struct EventPage {Show 13 fields
pub move_type: i32,
pub list: Vec<EventCommand>,
pub condition: EventPageCondition,
pub direction_fix: bool,
pub move_route: MoveRoute,
pub trigger: i32,
pub step_anime: bool,
pub move_frequency: i32,
pub graphic: EventPageGraphic,
pub always_on_top: bool,
pub walk_anime: bool,
pub move_speed: i32,
pub through: bool,
}
Fields§
§move_type: i32
§list: Vec<EventCommand>
§condition: EventPageCondition
§direction_fix: bool
§move_route: MoveRoute
§trigger: i32
§step_anime: bool
§move_frequency: i32
§graphic: EventPageGraphic
§always_on_top: bool
§walk_anime: bool
§move_speed: i32
§through: bool
Trait Implementations§
source§impl<'de> Deserialize<'de> for EventPage
impl<'de> Deserialize<'de> for EventPage
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'a> FromValue<'a> for EventPage
impl<'a> FromValue<'a> for EventPage
source§fn from_value(
ctx: &FromValueContext<'a>,
value: &Value,
) -> Result<Self, FromValueError>
fn from_value( ctx: &FromValueContext<'a>, value: &Value, ) -> Result<Self, FromValueError>
Create this type from the given value from the [
ValueArena
]. Read moreAuto Trait Implementations§
impl Freeze for EventPage
impl RefUnwindSafe for EventPage
impl Send for EventPage
impl Sync for EventPage
impl Unpin for EventPage
impl UnwindSafe for EventPage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more