TeamPorcupine / ProjectPorcupine

Project Porcupine: A Base-Building Game...in Space!
GNU General Public License v3.0
484 stars 278 forks source link

Rename FurnitureActions to LuaActions #626

Closed NogginBops closed 8 years ago

NogginBops commented 8 years ago

I think we need a lua utility file for lua calls and such. I think FurnitureActions is a good candidate for this. Just rename and add some methods.

bjubes commented 8 years ago

do u mean like a layer conncting unity c# funcs and lua calls so that functions like mathf dont have to be rewritten in lua?

NogginBops commented 8 years ago

Kind of, but also like utility functions to interface with lua and moonsharp. Like right now we have FurnitureActions.CallFunction(string, params object[]) to call a lua function. I think we need more lua utilities for e.g. loading files ect.