Show / Hide Table of Contents

Class MyActionDescription

Inheritance
System.Object
MyActionDescription
Namespace: VRage.Game.Entity.UseObject
Assembly: VRage.Game.dll
Syntax
public sealed class MyActionDescription : ValueType

Fields

IsTextControlHint

Declaration
public bool IsTextControlHint
Field Value
Type Description
System.Boolean

JoystickFormatParams

Declaration
public object[] JoystickFormatParams
Field Value
Type Description
System.Object[]

ShouldUpdateEach

Declaration
public bool ShouldUpdateEach
Field Value
Type Description
System.Boolean

ShowForGamepad

Declaration
public bool ShowForGamepad
Field Value
Type Description
System.Boolean

Properties

FormatParams

Declaration
public object[] FormatParams { get; set; }
Property Value
Type Description
System.Object[]

JoystickText

Declaration
public Nullable<MyStringId> JoystickText { get; set; }
Property Value
Type Description
System.Nullable<MyStringId>

Text

Declaration
public MyStringId Text { get; set; }
Property Value
Type Description
MyStringId
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾