internalCommands module

class internalCommands.map(*args, **kwargs)

Bases: src.Console.Command

execute(cmd)

execute If this command gets executed this will be called.

Parameters

cmd (str) – The rest of the command for parameters

class internalCommands.noclip(*args, **kwargs)

Bases: src.Console.Command

execute(cmd)

execute If this command gets executed this will be called.

Parameters

cmd (str) – The rest of the command for parameters

class internalCommands.showCollisions(*args, **kwargs)

Bases: src.Console.Command

execute(cmd)

execute If this command gets executed this will be called.

Parameters

cmd (str) – The rest of the command for parameters

class internalCommands.showTriggers(*args, **kwargs)

Bases: src.Console.Command

execute(cmd)

execute If this command gets executed this will be called.

Parameters

cmd (str) – The rest of the command for parameters

class internalCommands.startPhysics(*args, **kwargs)

Bases: src.Console.Command

execute(cmd)

execute If this command gets executed this will be called.

Parameters

cmd (str) – The rest of the command for parameters

class internalCommands.stopPhysics(*args, **kwargs)

Bases: src.Console.Command

execute(cmd)

execute If this command gets executed this will be called.

Parameters

cmd (str) – The rest of the command for parameters