summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua15
1 files changed, 12 insertions, 3 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 0122a3e4f..3a4e81f0c 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -8812,7 +8812,7 @@ a_Player:OpenWindow(Window);
}
},
Notes = "Leash the monster to an entity.",
- },
+ },
MobTypeToString =
{
IsStatic = true,
@@ -10351,6 +10351,16 @@ a_Player:OpenWindow(Window);
},
Notes = "Returns true if the player is currently eating the item in their hand.",
},
+ IsFireproof =
+ {
+ Returns =
+ {
+ {
+ Type = "boolean",
+ },
+ },
+ Notes = "Returns true if a player is fireproof. This is when the flag has been explicitly set, or the player is in creative or spectator mode.",
+ },
IsFishing =
{
Returns =
@@ -15748,7 +15758,7 @@ end
E_ITEM_LEASH =
{
Notes = "The itemtype for lead (E_ITEM_LEAD synonym)"
- },
+ },
E_ITEM_LEATHER =
{
Notes = "The itemtype for leather"
@@ -17478,4 +17488,3 @@ end
"__.*__",
},
}
-