Struct ActionIndexValueCache
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public struct ActionIndexValueCache : IEquatable<ActionIndexCache>, IEquatable<ActionIndexValueCache>
- Implements
- Inherited Members
- Extension Methods
Properties
Index
public int Index { get; }
Property Value
Name
public string Name { get; }
Property Value
act_none
public static ActionIndexValueCache act_none { get; }
Property Value
Methods
Create(string)
public static ActionIndexValueCache Create(string actName)
Parameters
actName
string
Returns
Create(ActionIndexCache)
public static ActionIndexValueCache Create(ActionIndexCache actCache)
Parameters
actCache
ActionIndexCache
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
Equals(ActionIndexCache)
public bool Equals(ActionIndexCache other)
Parameters
other
ActionIndexCache
Returns
Equals(ActionIndexValueCache)
public bool Equals(ActionIndexValueCache other)
Parameters
other
ActionIndexValueCache
Returns
GetHashCode()
public override int GetHashCode()
Returns
Operators
operator ==(ActionIndexCache, ActionIndexValueCache)
public static bool operator ==(ActionIndexCache action0, ActionIndexValueCache action1)
Parameters
action0
ActionIndexCacheaction1
ActionIndexValueCache
Returns
operator ==(ActionIndexValueCache, ActionIndexValueCache)
public static bool operator ==(ActionIndexValueCache action0, ActionIndexValueCache action1)
Parameters
action0
ActionIndexValueCacheaction1
ActionIndexValueCache
Returns
operator !=(ActionIndexCache, ActionIndexValueCache)
public static bool operator !=(ActionIndexCache action0, ActionIndexValueCache action1)
Parameters
action0
ActionIndexCacheaction1
ActionIndexValueCache
Returns
operator !=(ActionIndexValueCache, ActionIndexValueCache)
public static bool operator !=(ActionIndexValueCache action0, ActionIndexValueCache action1)
Parameters
action0
ActionIndexValueCacheaction1
ActionIndexValueCache
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).