getTime {ABM}R Documentation

returns the event time

Description

returns the event time

Arguments

event

an external pointer returned by the newEvent function.

Value

a numeric value

This function avoids the overhead of an R6 class, and is thus faster. This is the recommended method to get event time in an event handler.


[Package ABM version 0.4.1 Index]