I came across this while tracing code into CoreRPG - what is this telling me?
1. The method is deprecated? (normally what I assume a "DEPRECATED" in front means.
2. The sName member should no longer be accessed?
3. ?
-- DEPRECATED v3.3.6 - .sName actor member no longer used
function getActor(sActorType, varActor)

