get_client


Description:

[ Version ( since = "1.24" ) ]
public void* get_client ()

Returns the Client instance in which object is cached.

Also, if the object got removed from the client cached, this returns null. So it can be used to check whether the object is still alive.

Parameters:

this

a Object

Returns:

the Client cache in which the object can be found, or null if the object is no longer cached.