Category: Script
/ Strings
Since engine version: 5.1 OC
C4Id
Description
Converts a string into an id.
Syntax
id C4Id(string id_string);
Parameter
- id_string:
- String to be converted into an id.
Example
C4Id("Rock")
Returns the id 'Rock'.


