0.0.7-dev QAv1
Pre-release
Pre-release
Change Log
- Issue 5 address. #5
- Framework issues
CanUpdateservice config fixedCanInitservice config addedCanStartservice config fixedPriorityservice config added. Learn more here: https://knight.vq9o.com/introduction-to-knight/startup-priority- Remote Service cleanup
- Remote Service now has a
FireAllNearbyfunction.
Service:FireAllNearby(name: string, position: Vector3, maxDistance: number | boolean, ...): void TOO_LONG_LOAD_TIMEConfig added.CYCLIC_INDEXING_ENABLEDConfig added. It's recommended you disable this option if you want a low-memory usage in-game. If you disableCYCLIC_INDEXING_ENABLEDyou must use the built-in Knight Import or GetService.KEEP_SHARED_ON_CYCLIC_DISABLEwas also added to keep Knight.Shared.
local Knight = {}
function Knight.Start()
local Foo = Knight:GetService("Foo")
Foo.bar();
end
return Knight;- @Knight.Core:GetService(ServiceName; required, IsShared; required) has been deprecated
- Few other stuff has been deprecated
- BindableFunction's are now supported in Remote Service