Sqlite Console refactor, also rename param to make tooltip function more helpful

This commit is contained in:
Marc Chapman 2019-01-10 21:31:17 +00:00
parent 8633884145
commit e5884c56a7
2 changed files with 125 additions and 121 deletions

View file

@ -836,7 +836,7 @@ public:
/// Define a call-in point for calling into the engine. Unlike with DefineEngineFunction, the statically
/// callable function will be confined to the namespace of the given class.
///
/// @param name The name of the C++ class (or a registered export scope).
/// @param classname The name of the C++ class (or a registered export scope).
/// @param name The name of the method as it should be seen by the control layer.
/// @param returnType The value type returned to the control layer.
/// @param args The argument list as it would appear on the function definition