29.03.2015, 23:30
Basically as Y_Less said; you can't call a function directly by a string during run-time; however using CallLocalFunction allows this. It also won't return an error if the function isn't called whereas a direct function call will return an undefined symbol error.

