From 04ae472e1aaaec1694395692df6dc48c40123adf Mon Sep 17 00:00:00 2001 From: Ari Mudev Date: Tue, 19 Oct 2010 01:30:24 +0000 Subject: [PATCH] Tweak @create help to provide a working example as intended. The rest of the documentation for this command should probably be audited, but the copy-paste method of experimentation works now. --- game/gamesrc/commands/default/objmanip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/gamesrc/commands/default/objmanip.py b/game/gamesrc/commands/default/objmanip.py index e9de241f44..0a0fad6a52 100644 --- a/game/gamesrc/commands/default/objmanip.py +++ b/game/gamesrc/commands/default/objmanip.py @@ -558,7 +558,7 @@ class CmdCreate(ObjManipCommand): game/gamesrc/types/examples/red_button.py, you could create a new object of this type like this: - @create button;red : examples.red_button + @create button;red : examples.red_button.RedButton """