There was one more for cPlayer:GetResolvedPermissions(), but now I see that function is not exported at all. I should have removed it.
@tigerw All classes are already mocked up automatically - by parsing the API description, the framework can automatically create functions that check their param types and return specific value types (albeit with random content).
https://github.com/madmaxoft/CuberitePlu...#L400-L429
@tigerw All classes are already mocked up automatically - by parsing the API description, the framework can automatically create functions that check their param types and return specific value types (albeit with random content).
https://github.com/madmaxoft/CuberitePlu...#L400-L429