Hi,
Is there anywhere that I can find the implementations of functions in lua?
For example, I would like to get the actor rotation of something on the tick function but I dont know how to get the actor rotation in lua. Is there anywhere that shows the complete list of functions and their lua equivalents?
Code:
function Door_C:ReceiveTick(DeltaSeconds)
what do I put here?
end