Table of Contents

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

int

Name

public string Name { get; }

Property Value

string

act_none

public static ActionIndexValueCache act_none { get; }

Property Value

ActionIndexValueCache

Methods

Create(string)

public static ActionIndexValueCache Create(string actName)

Parameters

actName string

Returns

ActionIndexValueCache

Create(ActionIndexCache)

public static ActionIndexValueCache Create(ActionIndexCache actCache)

Parameters

actCache ActionIndexCache

Returns

ActionIndexValueCache

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, ActionIndexValueCache)

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

Parameters

action0 ActionIndexCache
action1 ActionIndexValueCache

Returns

bool

operator ==(ActionIndexValueCache, ActionIndexValueCache)

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

Parameters

action0 ActionIndexValueCache
action1 ActionIndexValueCache

Returns

bool

operator !=(ActionIndexCache, ActionIndexValueCache)

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

Parameters

action0 ActionIndexCache
action1 ActionIndexValueCache

Returns

bool

operator !=(ActionIndexValueCache, ActionIndexValueCache)

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

Parameters

action0 ActionIndexValueCache
action1 ActionIndexValueCache

Returns

bool

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