I have an actor called "ball" and I want to be able to reference "ball"s current rotation from my other actor called "bullet"
i want to do something like
setRotation(whatever ball's checkRotation() is currently returning);
from my bullet actor
thanks

