Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the NumberSeq class from the packed version of the class.
Syntax
server public static NumberSeq constructOnServerFromPackedClass(container _packedClass, ClassId _classId)
Run On
Server
Parameters
- _packedClass
Type: container
The class state to unpack.
- _classId
Type: ClassId Extended Data Type
The class to unpack.
Return Value
Type: NumberSeq Class
The NumberSeq class that has the state of the packed class.
Exceptions
Exception | Condition |
---|---|
Error | Raised when the class ID is not recognized. |
Remarks
There are various methods available on this class to reduce RPC class between this class and the caller.