Emesary: Difference between revisions

Jump to navigation Jump to search
2 bytes removed ,  18 April 2020
→‎Multiplayer bridge: more broken code lines
(→‎Multiplayer bridge: fix broken code lines)
(→‎Multiplayer bridge: more broken code lines)
Line 280: Line 280:
<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">
var routedNotifications = [notifications.GeoEventNotification.new(nil)];
var routedNotifications = [notifications.GeoEventNotification.new(nil)];
var outgoingBridge =  
var outgoingBridge = emesary_mp_bridge.OutgoingMPBridge.new("F-15mp",routedNotifications);
emesary_mp_bridge.OutgoingMPBridge.new("F-15mp",routedNotifications);
var incomingBridge = emesary_mp_bridge.IncomingMPBridge.startMPBridge(routedNotifications);
var incomingBridge =  
emesary_mp_bridge.IncomingMPBridge.startMPBridge(routedNotifications);
</syntaxhighlight>
</syntaxhighlight>


185

edits

Navigation menu