pub struct EventPage {Show 13 fields
pub move_route: MoveRoute,
pub trigger: i32,
pub step_anime: bool,
pub move_frequency: i32,
pub priority_type: i32,
pub graphic: EventPageGraphic,
pub walk_anime: bool,
pub move_speed: i32,
pub through: bool,
pub list: Vec<EventCommand>,
pub move_type: i32,
pub direction_fix: bool,
pub condition: EventPageCondition,
}
Fields§
§move_route: MoveRoute
§trigger: i32
§step_anime: bool
§move_frequency: i32
§priority_type: i32
§graphic: EventPageGraphic
§walk_anime: bool
§move_speed: i32
§through: bool
§list: Vec<EventCommand>
§move_type: i32
§direction_fix: bool
§condition: EventPageCondition
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<'_>,
value: &'a Value,
) -> Result<Self, FromValueError>
fn from_value( ctx: &FromValueContext<'_>, value: &'a 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