#[repr(C)]pub struct EventData_Commands {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl EventData_Commands
impl EventData_Commands
pub fn none() -> Self
pub fn label() -> Self
pub fn jump() -> Self
pub fn wait() -> Self
pub fn variant() -> Self
pub fn set_background() -> Self
pub fn set_back_ground_auto() -> Self
pub fn fade_in() -> Self
pub fn fade_out() -> Self
pub fn camera_set_chara_camera() -> Self
pub fn camera_set_scene_camera() -> Self
pub fn camera_set_shake() -> Self
pub fn character_create() -> Self
pub fn character_delete() -> Self
pub fn character_adjust_pos() -> Self
pub fn character_show_hide() -> Self
pub fn character_play_motion() -> Self
pub fn character_wait_motion() -> Self
pub fn character_set_angle() -> Self
pub fn character_reset_angle() -> Self
pub fn message_load() -> Self
pub fn talk_begin() -> Self
pub fn talk_face_begin() -> Self
pub fn picture_show() -> Self
pub fn picture_hide() -> Self
pub fn bgm() -> Self
pub fn se() -> Self
pub fn test_system_voice_load() -> Self
pub fn test_system_voice_unload() -> Self
pub fn test_system_voice_play() -> Self
Trait Implementations§
Source§impl ClassIdentity for EventData_Commands
impl ClassIdentity for EventData_Commands
Source§impl Clone for EventData_Commands
impl Clone for EventData_Commands
Source§fn clone(&self) -> EventData_Commands
fn clone(&self) -> EventData_Commands
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventData_Commands
impl Debug for EventData_Commands
Source§impl PartialEq for EventData_Commands
impl PartialEq for EventData_Commands
impl Copy for EventData_Commands
impl Eq for EventData_Commands
impl StructuralPartialEq for EventData_Commands
Auto Trait Implementations§
impl Freeze for EventData_Commands
impl RefUnwindSafe for EventData_Commands
impl Send for EventData_Commands
impl Sync for EventData_Commands
impl Unpin for EventData_Commands
impl UnwindSafe for EventData_Commands
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)