readfile
Returns the contents of the file, or nil if the file doesn't exist.
readfile(filename: string): string
Arguments
Name | Description | Type |
---|---|---|
filename | The filename relative to the CS:GO directory. | string |
Returns string
Returns the contents of the file, or nil if the file doesn't exist.
readfile(filename: string): string
Name | Description | Type |
---|---|---|
filename | The filename relative to the CS:GO directory. | string |
Returns string