Skip to content

function eventValue (shared-side)

Available since version: 0.0.1

Note

Use this function inside a handler/function bound to event.

This function will set the event value.
Setting an event value inside G2O event can modify something, like sink damage done in onSink event.

Declaration

void eventValue(int eventValue)

Parameters

  • int eventValue: the new event value.