Enum GameActionType
Represents game action type.
public enum GameActionType
Fields
Emulator = 2Game action starts an emulator.
File = 0Game action executes a file.
Script = 3Game action startup is handled by a script.
URL = 1Game action navigates to a web based URL.