ACE3/addons/atragmx/functions/fnc_trim_gun_name.sqf
Phyma ffaa195fe5 Conform function headers to coding guidelines (#5255)
* Fixed headers to work with silentspike python script

* Fixed rest of the files

* Fixed ace-team
2017-06-08 15:31:51 +02:00

19 lines
271 B
Plaintext

/*
* Author: Ruthberg
* Trims the gun name input field
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* call ace_atragmx_fnc_trim_gun_name
*
* Public: No
*/
#include "script_component.hpp"
ctrlSetText [11001, (ctrlText 11001) select [0, 14]];