2015-01-11 16:42:31 +00:00
|
|
|
/*
|
|
|
|
* Author: commy2
|
|
|
|
* Get a number from the mission.sqm file. Mission has to be saved in the Editor.
|
2015-09-21 11:08:10 +00:00
|
|
|
* On non-existing entries, it might return 0 or the value of an entry with the same name of another calss.
|
|
|
|
*
|
|
|
|
* Arguments:
|
|
|
|
* 0: Path of the entry in the mission.sqm <ARRAY>
|
2015-01-12 04:02:33 +00:00
|
|
|
*
|
2015-09-21 11:08:10 +00:00
|
|
|
* Return Value:
|
|
|
|
* Entry value <NUMBER>
|
2015-01-12 04:02:33 +00:00
|
|
|
*
|
2015-09-21 11:08:10 +00:00
|
|
|
* Public: No
|
2015-01-11 16:42:31 +00:00
|
|
|
*/
|
2015-01-13 19:56:02 +00:00
|
|
|
#include "script_component.hpp"
|
2015-01-11 16:42:31 +00:00
|
|
|
|
2015-09-21 11:08:10 +00:00
|
|
|
parseNumber (_this call FUNC(getStringFromMissionSQM)) // return
|