Skip to content

Commit 2792534

Browse files
committed
Documentation - Add string parameter
1 parent 0cf864f commit 2792534

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LuaEngine/methods/GlobalMethods.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ namespace LuaGlobalFunctions
5858
/**
5959
* Returns config value as a string.
6060
*
61+
* @param string name : name of the value
6162
* @return string value
6263
*/
6364
int GetConfigValue(lua_State* L)

0 commit comments

Comments
 (0)