====== isGameMakerMode ====== ---- * Parameters and types: None * Return value and type: * code: numberSuccess (ErrorCode.OK) ErrorCode * The main function of this method: Editing mode of self-made gameplay * The specific use cases are as follows: Determine whether it is gameplay editing mode local result=World:isGameMakerMode() if result==0 then--If it is gameplay editing mode Chat:sendSystemMsg("Currently in gameplay editing mode!") else--If it is not gameplay editing mode Chat:sendSystemMsg("Currently not in gameplay editing mode!") end ---- If you have any questions about Developer Tools, feel free to join our official discord server [[https://discord.gg/NVRZHBChBt|Mini World Global DEV discord]]