mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
fixed comment
added path param documentation to display splash window.
This commit is contained in:
parent
55b91606e6
commit
5cfcb0cd45
1 changed files with 1 additions and 0 deletions
|
|
@ -2062,6 +2062,7 @@ DefineEngineFunction( gotoWebPage, void, ( const char* address ),,
|
||||||
DefineEngineFunction( displaySplashWindow, bool, (const char* path), ("art/gui/splash.bmp"),
|
DefineEngineFunction( displaySplashWindow, bool, (const char* path), ("art/gui/splash.bmp"),
|
||||||
"Display a startup splash window suitable for showing while the engine still starts up.\n\n"
|
"Display a startup splash window suitable for showing while the engine still starts up.\n\n"
|
||||||
"@note This is currently only implemented on Windows.\n\n"
|
"@note This is currently only implemented on Windows.\n\n"
|
||||||
|
"@param path relative path to splash screen image to display.\n"
|
||||||
"@return True if the splash window could be successfully initialized.\n\n"
|
"@return True if the splash window could be successfully initialized.\n\n"
|
||||||
"@ingroup Platform" )
|
"@ingroup Platform" )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue