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:
parent
9459178c43
commit
04ae472e1a
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ class CmdCreate(ObjManipCommand):
|
||||||
game/gamesrc/types/examples/red_button.py, you could create a new
|
game/gamesrc/types/examples/red_button.py, you could create a new
|
||||||
object of this type like this:
|
object of this type like this:
|
||||||
|
|
||||||
@create button;red : examples.red_button
|
@create button;red : examples.red_button.RedButton
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue