waitFiber

returns a function object that can be used to wait in a UEFiber for a certain amount of time

waitFiber
(
string d
)
()

Parameters

d

a string that will be mixed in and has to evaluate to a DateTime

Return Value

A function object

Examples

UEFibers.yield(waitFiber!"2.seconds");

See Also

UEFiber, UEFiberFunc

Meta