mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-10 01:10:30 +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
|
* Sets an alarm that will fire at the specified {@linkplain #time(IArguments) in-game time}.
|
||||||
* fires, * an {@code alarm} event will be added to the event queue with the
|
* 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.
|
* 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).
|
* @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
|
* @return The ID of the new alarm. This can be used to filter the
|
||||||
|
Loading…
Reference in New Issue
Block a user