[DiscordArchive] What is the int passed by the World Script for OnUpdate? `virtual void OnUpdate(uint32 /*diff*/) { }
[DiscordArchive] What is the int passed by the World Script for OnUpdate? `virtual void OnUpdate(uint32 /*diff*/) { }
Archived author: FiftyTifty • Posted: 2023-03-10T22:27:46.074000+00:00
Original source
What is the int passed by the World Script for OnUpdate? `virtual void OnUpdate(uint32 /*diff*/) { }`
Is it the time in ms between the previous tick and the current tick or something?
Archived author: Tea • Posted: 2023-03-10T22:28:54.808000+00:00
Original source
correct
Archived author: FiftyTifty • Posted: 2023-03-10T22:29:11.138000+00:00
Original source
Bangin', thanks