| Property | Value |
|---|---|
| Native Name | _GET_NUMBER_OF_REFERENCES_OF_SCRIPT_WITH_NAME_HASH |
| Hash | 0x2C83A9DA6BFFC4F9 |
| Return Type | int |
| Parameters | scriptHash (Hash) |
Description: ``` Gets the number of instances of the specified script is currently running. Actually returns numRefs - 1. if (program) v3 = rage::scrProgram::GetNumRefs(program) - 1; return v3;