Table of Contents

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

int

Name

public string Name { get; }

Property Value

string

act_none

public static ActionIndexCache act_none { get; }

Property Value

ActionIndexCache

Methods

Create(string)

public static ActionIndexCache Create(string actName)

Parameters

actName string

Returns

ActionIndexCache

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

Equals(ActionIndexCache)

public bool Equals(ActionIndexCache other)

Parameters

other ActionIndexCache

Returns

bool

Equals(ActionIndexValueCache)

public bool Equals(ActionIndexValueCache other)

Parameters

other ActionIndexValueCache

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

Operators

operator ==(ActionIndexCache, ActionIndexCache)

public static bool operator ==(ActionIndexCache action0, ActionIndexCache action1)

Parameters

action0 ActionIndexCache
action1 ActionIndexCache

Returns

bool

operator ==(ActionIndexValueCache, ActionIndexCache)

public static bool operator ==(ActionIndexValueCache action0, ActionIndexCache action1)

Parameters

action0 ActionIndexValueCache
action1 ActionIndexCache

Returns

bool

operator !=(ActionIndexCache, ActionIndexCache)

public static bool operator !=(ActionIndexCache action0, ActionIndexCache action1)

Parameters

action0 ActionIndexCache
action1 ActionIndexCache

Returns

bool

operator !=(ActionIndexValueCache, ActionIndexCache)

public static bool operator !=(ActionIndexValueCache action0, ActionIndexCache action1)

Parameters

action0 ActionIndexValueCache
action1 ActionIndexCache

Returns

bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).