Tested with
- Linux Mint 21.3 'Virginia' and PB 6.21 x64
- MacOS 15.7.1 'Sequoia' and PB 6.21 x64
- Windows 10 22H2 x64 and PB 6.21 x86
Code: Select all
Result = InitEngine3D(#PB_Engine3D_DebugLog)
MessageRequester("Infos from InitEngine3D()",
"Return Code: " + Str(Result) + #CR$ +
"FileSize: " + Str(FileSize("Ogre.Log")))