Simulated functions?

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

ca

CHiMERiC Grandmaster
Oct 11, 1999
84
0
0
www.unrealscript.com
Remember any simulated functions *must* be called by simulated functions, otherwise they won't be called on the client. Don't break the simulated train... :)
 

Bytekeeper

Last of the Brunnen G
Jul 15, 2001
181
0
0
Germany
Visit site
And remember that any ROLE >= ROLE_AutonomousProxy can also execute functions without being simulated. I once had a hard problem with a dumbproxy, because the simulated functions out of it where called, but nowhere is stated that no clientside events can be used on them.