Method GetCodeBook
GetCodeBook(CodeBookIndex)
Retrieves a reference to a codebook stored in the runtime asset.
Declaration
public ref Binary.CodeBook GetCodeBook(Binary.CodeBookIndex index)
Parameters
Type | Name | Description |
---|---|---|
Binary.CodeBookIndex | index | The codebook index to retrieve the reference for. |
Returns
Type | Description |
---|---|
Binary.CodeBook | Codebook reference that corresponds to the index passed as argument. |