<<<<<<< HEAD ActionType Enumeration
Click or drag to resize
ActionType Enumeration
Contains constants for various types of actions that can be performed. "Count", as with count in all the other enums, is simply a value that can be cast to a number type to get the total number of constants in this enum.

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum ActionType
Members
======= ActionType Enumeration
Click or drag to resize
ActionType Enumeration

[Missing <summary> documentation for "T:Planetbase.ActionType"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum ActionType
Members
>>>>>>> origin/gh-pages   Member nameValueDescription
CameraMoveForward0
CameraMoveBack1
CameraMoveLeft2
CameraMoveRight3
CameraRotateLeft4
CameraRotateRight5
CameraZoomIn6
CameraZoomOut7
ToggleShowTops8
ToggleMainPanel9
Recycle10
GameSpeedFaster11
GameSpeedSlower12
MenuBuildExterior13
MenuBuildInterior14
PanelHelp15
PanelStats16
PanelCharts17
PanelGrids18
PanelLandingPermissions19
PanelSecurityControls20
PanelManufacturingLimits21
PanelTechs22
PanelMilestones23
Count24
See Also