C-DEngine 5.105

TheBaseApplication..::..cdeBlobLoader Method

This method can be overwritten to provide a custom Blob Loader Use this if you want to load certain resources from Disk other than the ClientBin folder

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public virtual byte[] cdeBlobLoader(
	string filename
)
Public Overridable Function cdeBlobLoader ( _
	filename As String _
) As Byte()
public:
virtual array<unsigned char^>^ cdeBlobLoader(
	String^ filename
)

Parameters

filename
Type: String
Resource Name to be loaded

Return Value