#[repr(u32)]pub enum ENTRY_POINT_FUNCTION {
Show 16 variants
NullFunction = 0,
SetValue = 1,
AddValue = 2,
MultiplyValue = 3,
AddRangeToValue = 4,
AddActorValueMult = 5,
AbsoluteValue = 6,
NegativeAbsoluteValue = 7,
AddLeveledList = 8,
AddActivateChoice = 9,
SelectSpell = 10,
SelectText = 11,
SetToActorValueMult = 12,
MultiplyActorValueMult = 13,
MultiplyOnePlusActorValueMult = 14,
SetText = 15,
}
Variants§
NullFunction = 0
SetValue = 1
AddValue = 2
MultiplyValue = 3
AddRangeToValue = 4
AddActorValueMult = 5
AbsoluteValue = 6
NegativeAbsoluteValue = 7
AddLeveledList = 8
AddActivateChoice = 9
SelectSpell = 10
SelectText = 11
SetToActorValueMult = 12
MultiplyActorValueMult = 13
MultiplyOnePlusActorValueMult = 14
SetText = 15
Trait Implementations§
Source§impl Clone for ENTRY_POINT_FUNCTION
impl Clone for ENTRY_POINT_FUNCTION
Source§fn clone(&self) -> ENTRY_POINT_FUNCTION
fn clone(&self) -> ENTRY_POINT_FUNCTION
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ENTRY_POINT_FUNCTION
impl Debug for ENTRY_POINT_FUNCTION
Source§impl From<ENTRY_POINT_FUNCTION> for ENTRY_POINT_FUNCTION_CEnum
impl From<ENTRY_POINT_FUNCTION> for ENTRY_POINT_FUNCTION_CEnum
Source§fn from(value: ENTRY_POINT_FUNCTION) -> Self
fn from(value: ENTRY_POINT_FUNCTION) -> Self
Converts to this type from the input type.
Source§impl Hash for ENTRY_POINT_FUNCTION
impl Hash for ENTRY_POINT_FUNCTION
Source§impl Ord for ENTRY_POINT_FUNCTION
impl Ord for ENTRY_POINT_FUNCTION
Source§fn cmp(&self, other: &ENTRY_POINT_FUNCTION) -> Ordering
fn cmp(&self, other: &ENTRY_POINT_FUNCTION) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ENTRY_POINT_FUNCTION
impl PartialEq for ENTRY_POINT_FUNCTION
Source§impl PartialOrd for ENTRY_POINT_FUNCTION
impl PartialOrd for ENTRY_POINT_FUNCTION
impl Copy for ENTRY_POINT_FUNCTION
impl Eq for ENTRY_POINT_FUNCTION
impl StructuralPartialEq for ENTRY_POINT_FUNCTION
Auto Trait Implementations§
impl Freeze for ENTRY_POINT_FUNCTION
impl RefUnwindSafe for ENTRY_POINT_FUNCTION
impl Send for ENTRY_POINT_FUNCTION
impl Sync for ENTRY_POINT_FUNCTION
impl Unpin for ENTRY_POINT_FUNCTION
impl UnwindSafe for ENTRY_POINT_FUNCTION
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