Fix some documentation.

This commit is contained in:
hispidence 2021-08-20 01:51:16 +01:00
parent 93483e76ef
commit 1e2a2bfa63
6 changed files with 9 additions and 9 deletions

View file

@ -33,7 +33,7 @@ void GameScriptSoundSourceInfo::Register(sol::state* state)
"pos", sol::property(&GameScriptSoundSourceInfo::GetPos, &GameScriptSoundSourceInfo::SetPos),
/// (string) unique string identifier.
// e.g. "machine_sound_1" or "discordant_humming"
// e.g. "machine\_sound\_1" or "discordant\_humming"
// @mem name
"name", sol::property(&GameScriptSoundSourceInfo::GetName, &GameScriptSoundSourceInfo::SetName),