Photon Plugins API Documentation
v5.0RC1
Common/base interface of all arguments passed to plugin callbacks. More...
Public Member Functions | |
| void | Continue () |
| void | Fail (string msg=null, Dictionary< byte, object > errorData=null) |
| bool | StrictModeCheck (out string errorMsg) |
Properties | |
| IOperationRequest | OperationRequest [get] |
| The operation request triggering the callback call. More... | |
| byte | Status [get] |
| Gets status of current call. I.E. whether it is new, deffered, failed, succeded or canceled More... | |
| bool | IsNew [get] |
| Helper property to check if call is not processed nor deferred. More... | |
| bool | IsDeferred [get] |
| Helper property to check if call is deferred. More... | |
| bool | IsSucceeded [get] |
| Helper property to check if call was processed successfully (Continue() was called). More... | |
| bool | IsFailed [get] |
| Helper property to check if Fail() was called. More... | |
| bool | IsCanceled [get] |
| Helper property to check if Cancel() was called. More... | |
| bool | IsCancelled [get] |
| bool | IsProcessed [get] |
| Helper property to check if the call was processed using any of the three methods: Continue, Cancel or Fail. More... | |
| bool | IsPaused [get] |
| Helper property to check if call is Paused More... | |
Common/base interface of all arguments passed to plugin callbacks.
| void Photon.Hive.Plugin.ICallInfo.Continue | ( | ) |
| void Photon.Hive.Plugin.ICallInfo.Fail | ( | string | msg = null, |
| Dictionary< byte, object > | errorData = null |
||
| ) |
| bool Photon.Hive.Plugin.ICallInfo.StrictModeCheck | ( | out string | errorMsg | ) |
|
get |
Helper property to check if Cancel() was called.
|
get |
|
get |
Helper property to check if call is deferred.
|
get |
Helper property to check if Fail() was called.
|
get |
Helper property to check if call is not processed nor deferred.
|
get |
Helper property to check if call is Paused
|
get |
Helper property to check if the call was processed using any of the three methods: Continue, Cancel or Fail.
|
get |
Helper property to check if call was processed successfully (Continue() was called).
|
get |
The operation request triggering the callback call.
|
get |
Gets status of current call. I.E. whether it is new, deffered, failed, succeded or canceled