#include "script_component.hpp" /* * Author: Glowbal * Get the number representation of a selection name. * * Arguments: * 0: The selection name of a unit * * Return Value: * Number representation. -1 if invalid. * * Example: * ["head"] call ace_medical_fnc_selectionNameToNumber * * Public: yes */ (["head","body","hand_l","hand_r","leg_l","leg_r"] find (_this select 0));