Template:LuaCallin: Difference between revisions
Template page
More actions
interwiki3>Flozi tweak to new API named params |
m 1 revision imported |
(No difference)
| |
Latest revision as of 17:51, 12 November 2025
Lua Callin usage example
{{LuaCallin
|name = AllowUnitTransfer
|args = unitID, unitDefID, oldTeam, newTeam, capture
|return = {{type|bool}} allow
|info = Called just before a unit is transferred to a different team, the boolean return value determines whether or not the transfer is permitted.
}}
addon.AllowUnitTransfer(unitID, unitDefID, oldTeam, newTeam, capture)
return: bool allow
- Called just before a unit is transferred to a different team, the boolean return value determines whether or not the transfer is permitted.