Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 317 Bytes

File metadata and controls

13 lines (13 loc) · 317 Bytes

HummingBird

A extremely fast yielding module.

Documentation

Connect

Connects a function to humming bird that will fire every flap.

<table> Hummingbird:Connect(<function> Callback)

Wait

Yeilds the current thread until the next flap.

<coroutine> Hummingbird:Wait(<int> Time)