Class RoomCommands
Inheritance
System.Object
RoomCommands
Assembly: Eco.Gameplay.dll
Syntax
[ChatCommandHandler]
public static class RoomCommands : Object
Methods
Process(String, String, Player)
Declaration
public static bool Process(string command, string args, Player player)
Parameters
Type |
Name |
Description |
System.String |
command |
|
System.String |
args |
|
Player |
player |
|
Returns
Type |
Description |
System.Boolean |
|
RepairAll()
Declaration
[ChatSubCommand]
public static void RepairAll()
Rooms(User)
Declaration
[ChatCommand("Shows commands for rooms manipulations.")]
public static void Rooms(User user)
Parameters
Type |
Name |
Description |
User |
user |
|
Test(User)
Declaration
[ChatSubCommand]
public static void Test(User user)
Parameters
Type |
Name |
Description |
User |
user |
|