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
actNamestring
Returns
Create(ActionIndexCache)
public static ActionIndexValueCache Create(ActionIndexCache actCache)
Parameters
actCacheActionIndexCache
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
objobject
Returns
Equals(ActionIndexCache)
public bool Equals(ActionIndexCache other)
Parameters
otherActionIndexCache
Returns
Equals(ActionIndexValueCache)
public bool Equals(ActionIndexValueCache other)
Parameters
otherActionIndexValueCache
Returns
GetHashCode()
public override int GetHashCode()
Returns
Operators
operator ==(ActionIndexCache, ActionIndexValueCache)
public static bool operator ==(ActionIndexCache action0, ActionIndexValueCache action1)
Parameters
action0ActionIndexCacheaction1ActionIndexValueCache
Returns
operator ==(ActionIndexValueCache, ActionIndexValueCache)
public static bool operator ==(ActionIndexValueCache action0, ActionIndexValueCache action1)
Parameters
action0ActionIndexValueCacheaction1ActionIndexValueCache
Returns
operator !=(ActionIndexCache, ActionIndexValueCache)
public static bool operator !=(ActionIndexCache action0, ActionIndexValueCache action1)
Parameters
action0ActionIndexCacheaction1ActionIndexValueCache
Returns
operator !=(ActionIndexValueCache, ActionIndexValueCache)
public static bool operator !=(ActionIndexValueCache action0, ActionIndexValueCache action1)
Parameters
action0ActionIndexValueCacheaction1ActionIndexValueCache
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).