Class PhysicsDebugCommands
Commands that are related to debugging physics and making failure tests.
Inheritance
System.Object
PhysicsDebugCommands
Namespace: Eco.Gameplay.Utils
Assembly: Eco.Gameplay.dll
Syntax
[ChatCommandHandler]
public static class PhysicsDebugCommands : Object
Methods
MakeUnderGround(User, INetObject)
Make the vehicle the player is looking at underground to do physics failure tests.
Declaration
[ChatSubCommand]
public static void MakeUnderGround(User user, INetObject target)
Parameters
Type | Name | Description |
---|---|---|
User | user | |
INetObject | target |
PhysicsDebug(User)
Declaration
[ChatCommand]
public static void PhysicsDebug(User user)
Parameters
Type | Name | Description |
---|---|---|
User | user |
SpawnCars(User)
Spawn 20 cars on a line so some of them are inside terrains and others aren't.
Declaration
[ChatSubCommand]
public static void SpawnCars(User user)
Parameters
Type | Name | Description |
---|---|---|
User | user |