Class ActionIndexCache
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public class ActionIndexCache : IEquatable<ActionIndexCache>, IEquatable<ActionIndexValueCache>
- Inheritance
-
ActionIndexCache
- Implements
- Inherited Members
Properties
Index
public int Index { get; }
Property Value
Name
public string Name { get; }
Property Value
act_none
public static ActionIndexCache act_none { get; }
Property Value
Methods
Create(string)
public static ActionIndexCache Create(string actName)
Parameters
actName
string
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, ActionIndexCache)
public static bool operator ==(ActionIndexCache action0, ActionIndexCache action1)
Parameters
action0
ActionIndexCacheaction1
ActionIndexCache
Returns
operator ==(ActionIndexValueCache, ActionIndexCache)
public static bool operator ==(ActionIndexValueCache action0, ActionIndexCache action1)
Parameters
action0
ActionIndexValueCacheaction1
ActionIndexCache
Returns
operator !=(ActionIndexCache, ActionIndexCache)
public static bool operator !=(ActionIndexCache action0, ActionIndexCache action1)
Parameters
action0
ActionIndexCacheaction1
ActionIndexCache
Returns
operator !=(ActionIndexValueCache, ActionIndexCache)
public static bool operator !=(ActionIndexValueCache action0, ActionIndexCache action1)
Parameters
action0
ActionIndexValueCacheaction1
ActionIndexCache
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).