Photon Plugins API Documentation
v5.0RC1
Public Member Functions | |
| int | Enqueue (Action action) |
| object | CreateTimer (Action action, int firstInMs, int regularInMs) |
| object | CreateOneTimeTimer (Action action, long firstInMs) |
| object | CreateOneTimeTimer (Action action, int firstInMs) |
| void | StopTimer (object timer) |
| object Photon.Hive.Plugin.IPluginFiber.CreateOneTimeTimer | ( | Action | action, |
| int | firstInMs | ||
| ) |
| object Photon.Hive.Plugin.IPluginFiber.CreateOneTimeTimer | ( | Action | action, |
| long | firstInMs | ||
| ) |
| object Photon.Hive.Plugin.IPluginFiber.CreateTimer | ( | Action | action, |
| int | firstInMs, | ||
| int | regularInMs | ||
| ) |
| int Photon.Hive.Plugin.IPluginFiber.Enqueue | ( | Action | action | ) |
| void Photon.Hive.Plugin.IPluginFiber.StopTimer | ( | object | timer | ) |