kRPC: Control the game using C#, C++, Java, Lua, Python...

kRPC: Control the game using C#, C++, Java, Lua, Python...

7.8k Downloads

Add ConstantObject to Expressions API

djungelorm opened this issue ยท 1 comments

commented

To allow server side expressions such as TransformDirection([some other call], source, target) where source and target are object references.

commented

This is a more complex change than I first thought, as the protocol does not allow passing around object references without their type. The protocol and all clients will need to be updated to allow this. Pushing to a future version as I don't want to delay 0.4.8 further.