Added GetWalkSpeed() and SetWalkSpeed() documentation.
This commit is contained in:
parent
0fdb177208
commit
04653b4539
@ -1636,6 +1636,8 @@ a_Player:OpenWindow(Window);
|
|||||||
MobTypeToString = { Params = "{{cMonster#MobType|MobType}}", Return = "string", Notes = "(STATIC) Returns the string representing the given mob type ({{cMonster#MobType|mtXXX}} constant), or empty string if unknown type." },
|
MobTypeToString = { Params = "{{cMonster#MobType|MobType}}", Return = "string", Notes = "(STATIC) Returns the string representing the given mob type ({{cMonster#MobType|mtXXX}} constant), or empty string if unknown type." },
|
||||||
MoveToPosition = { Params = "Position", Return = "", Notes = "Moves mob to the specified position" },
|
MoveToPosition = { Params = "Position", Return = "", Notes = "Moves mob to the specified position" },
|
||||||
StringToMobType = { Params = "string", Return = "{{cMonster#MobType|MobType}}", Notes = "(STATIC) Returns the mob type ({{cMonster#MobType|mtXXX}} constant) parsed from the string type (\"creeper\"), or mtInvalidType if unrecognized." },
|
StringToMobType = { Params = "string", Return = "{{cMonster#MobType|MobType}}", Notes = "(STATIC) Returns the mob type ({{cMonster#MobType|mtXXX}} constant) parsed from the string type (\"creeper\"), or mtInvalidType if unrecognized." },
|
||||||
|
GetWalkSpeed = { Params = "", Return = "number", Notes = "Returns the walk speed of this mob. Standard is 1.0" },
|
||||||
|
SetWalkSpeed = { Params = "number", Return = "", Notes = "Sets the walk speed of this mob. Standard is 1.0" },
|
||||||
},
|
},
|
||||||
Constants =
|
Constants =
|
||||||
{
|
{
|
||||||
|
1
MCServer/Plugins/SexyMotd
Symbolic link
1
MCServer/Plugins/SexyMotd
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/franz/Schreibtisch/MCServer Plugins/SexyMotd/
|
Loading…
Reference in New Issue
Block a user