1
0
Fork 0

Fixed typo that slipped through #2584

This commit is contained in:
Alexander Harkness 2015-10-31 22:32:50 +00:00
parent b4f464976a
commit cb551e9512
1 changed files with 1 additions and 1 deletions

View File

@ -1824,7 +1824,7 @@ a_Player:OpenWindow(Window);
GetHealth = { Return = "number" },
AddEntityEffect = { Params = "{{cEntityEffect|EffectType}}", Return = "", Notes = "Applies an entity effect" },
RemoveEntityEffect = { Params = "{{cEntityEffect|EffectType}}", Return = "", Notes = "Removes a currently applied entity effect" },
HasEntityEffect = { Return = "bool", Params = "{{cEntityEffect|EffectType}}", Notes = "Returns true, if the supplied entity effect type is currently applied" }
HasEntityEffect = { Return = "bool", Params = "{{cEntityEffect|EffectType}}", Notes = "Returns true, if the supplied entity effect type is currently applied" },
ClearEntityEffects = { Return = "", Notes = "Removes all currently applied entity effects" },
},
Inherits = "cEntity",