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.
This commit is contained in:
Ari Mudev 2010-10-19 01:30:24 +00:00
parent 9459178c43
commit 04ae472e1a

View file

@ -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
"""