HolyLib Wiki

GetString

  string IGameEvent:GetString( string key, string fallback )

Description

Returns the string stored in the specific key.

Arguments

1string key
The key to get the value of
2string fallback
The fallback value if the key doesn't exist / isn't set

Returns

1string value
The value found, or the fallback value