PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Function: spin()

Spins (in a cpu loop) for a period of time (in seconds).

Syntax

spin(duration)

ArgumentTypeDescription
durationIntegerPause duration (in seconds)

Examples

spin(0.1)

Spins (in a cpu loop) for one tenth of a second.

See Also

  • No labels