mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-13 05:19:59 +00:00
Link to os.time in os.setAlarm docs
This commit is contained in:
parent
819a4f7231
commit
e188f1d3fa
@ -175,9 +175,9 @@ public class OSAPI implements ILuaAPI {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets an alarm that will fire at the specified in-game time. When it
|
||||
* fires, * an {@code alarm} event will be added to the event queue with the
|
||||
* ID * returned from this function as the first parameter.
|
||||
* Sets an alarm that will fire at the specified {@linkplain #time(IArguments) in-game time}.
|
||||
* When it fires, an {@code alarm} event will be added to the event queue with the
|
||||
* ID returned from this function as the first parameter.
|
||||
*
|
||||
* @param time The time at which to fire the alarm, in the range [0.0, 24.0).
|
||||
* @return The ID of the new alarm. This can be used to filter the
|
||||
|
Loading…
Reference in New Issue
Block a user