trophy 0
May 2025 76 posts
Sandbox.ConCmdAttribute : api/Sandbox.ConCmdAttribute
trophy 820
May 2023 11 posts
public class ExampleClass
{
	[ConCmd( "NameOfCmd" )]
	public static void MethodToCallOnCmd(string argument )
	{
		Log.Info( $"You gave these arguments: {argument}" );
	}
}
Primitive Example of Usage
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.