feat: add Unit:GetAttackers (#116)
This commit is contained in:
@@ -311,6 +311,7 @@ ElunaRegister<Unit> UnitMethods[] =
|
||||
// {"GetVehicle", &LuaUnit::GetVehicle}, // :GetVehicle() - UNDOCUMENTED - Gets the Vehicle kit of the vehicle the unit is on
|
||||
#endif
|
||||
{ "GetMovementType", &LuaUnit::GetMovementType },
|
||||
{ "GetAttackers", &LuaUnit::GetAttackers },
|
||||
|
||||
// Setters
|
||||
{ "SetFaction", &LuaUnit::SetFaction },
|
||||
|
||||
Reference in New Issue
Block a user