datastoredatastore.Protocol

Fields

PatchesPatchedMethodsPrepareGetObjectV1PreparePostObjectV1CompletePostObjectV1DeleteObjectDeleteObjectsChangeMetaV1ChangeMetasV1GetMetaGetMetasPrepareUpdateObjectCompleteUpdateObjectSearchObjectGetNotificationURLGetNewArrivedNotificationsV1RateObjectGetRatingGetRatingsResetRatingResetRatingsGetSpecificMetaV1PostMetaBinaryTouchObjectGetRatingWithLogPreparePostObjectPrepareGetObjectCompletePostObjectGetNewArrivedNotificationsGetSpecificMetaGetPersistenceInfoGetPersistenceInfosPerpetuateObjectUnperpetuateObjectPrepareGetObjectOrMetaBinaryGetPasswordInfoGetPasswordInfosGetMetasMultipleParamCompletePostObjectsChangeMetaChangeMetasRateObjectsPostMetaBinaryWithDataIDPostMetaBinariesWithDataIDRateObjectWithPostingRateObjectsWithPostingGetObjectInfosSearchObjectLight

Methods

EndpointSetEndpointSetHandlerPrepareGetObjectV1SetHandlerPreparePostObjectV1SetHandlerCompletePostObjectV1SetHandlerDeleteObjectSetHandlerDeleteObjectsSetHandlerChangeMetaV1SetHandlerChangeMetasV1SetHandlerGetMetaSetHandlerGetMetasSetHandlerPrepareUpdateObjectSetHandlerCompleteUpdateObjectSetHandlerSearchObjectSetHandlerGetNotificationURLSetHandlerGetNewArrivedNotificationsV1SetHandlerRateObjectSetHandlerGetRatingSetHandlerGetRatingsSetHandlerResetRatingSetHandlerResetRatingsSetHandlerGetSpecificMetaV1SetHandlerPostMetaBinarySetHandlerTouchObjectSetHandlerGetRatingWithLogSetHandlerPreparePostObjectSetHandlerPrepareGetObjectSetHandlerCompletePostObjectSetHandlerGetNewArrivedNotificationsSetHandlerGetSpecificMetaSetHandlerGetPersistenceInfoSetHandlerGetPersistenceInfosSetHandlerPerpetuateObjectSetHandlerUnperpetuateObjectSetHandlerPrepareGetObjectOrMetaBinarySetHandlerGetPasswordInfoSetHandlerGetPasswordInfosSetHandlerGetMetasMultipleParamSetHandlerCompletePostObjectsSetHandlerChangeMetaSetHandlerChangeMetasSetHandlerRateObjectsSetHandlerPostMetaBinaryWithDataIDSetHandlerPostMetaBinariesWithDataIDSetHandlerRateObjectWithPostingSetHandlerRateObjectsWithPostingSetHandlerGetObjectInfosSetHandlerSearchObjectLight

This page is a stub, please help by contributing to the docs.

Protocol.UnperpetuateObject handler#

Type#

func(
	err error
	packet nex.PacketInterface
	callID uint32
	persistenceSlotID *types.PrimitiveU16
	deleteLastObject *types.PrimitiveBool
) (*nex.RMCMessage, *nex.Error)

Description#

Stubbed description. Callback handler for the DataStore::UnperpetuateObject RMC method

Parameters#

NameDescription
errAn error which occured during RMC decoding. Nil if no error occured
packetThe source packet
callIDThe RMC call ID
persistenceSlotIDStubbed
deleteLastObjectStubbed

Return#

TypeDescription
*nex.RMCMessageAn RMC message of type response. Nil if an error occured during request processing
*nex.ErrorAn error which occured during the request processing. Nil if no error occured

RMC return parameters#

Stubbed

Copyright © 2024 Powered by Guider