ACS SendNetworkEvent

Remember, just because you request it, that doesn't mean you'll get it.

Moderator: GZDoom Developers

User avatar
Major Cooke
Posts: 8175
Joined: Sun Jan 28, 2007 3:55 pm
Preferred Pronouns: He/Him
Location: QZDoom Maintenance Team

ACS SendNetworkEvent

Post by Major Cooke »

SendNetworkEvent(EventHandler, String, arg1, arg2, arg3)

Right now I have to create a custom function in order to do this sort of thing -- making a function to call SendNetworkEvent, and I'm trying to avoid adding on extra overhead. For my case in particular this is being called a lot.

No, it's not possible to use ScriptCall for this.

Return to “Feature Suggestions [GZDoom]”