====== PlayerFrozenArmor::onTrigger ====== There is no doc-string available for this function. ===== Syntax ===== script PlayerFrozenArmor::onTrigger(string %this, string %player, string %slot, string %state); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%this%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%player%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%slot%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%state%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:script|script]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Add-Ons/Gamemode_Slayer/server/core/resources/playertypes/Player_Frozen.cs:28 ===== See also ===== ===== References ===== This function is not called by any other functions.