Ejemplo n.º 1
0
//-------------------------------------------------------------------------------------
PyObject* FixedDict::tp_str()
{
	return tp_repr();
}
Ejemplo n.º 2
0
//-------------------------------------------------------------------------------------
PyObject* ClientEntity::tp_str()
{
	return tp_repr();
}
Ejemplo n.º 3
0
//-------------------------------------------------------------------------------------
PyObject* EntityMailbox::tp_str()
{
	return tp_repr();
}
Ejemplo n.º 4
0
//-------------------------------------------------------------------------------------
PyObject* FixedArray::tp_str()
{
	return tp_repr();
}
Ejemplo n.º 5
0
//-------------------------------------------------------------------------------------
PyObject* AllClients::tp_str()
{
	return tp_repr();
}
Ejemplo n.º 6
0
//-------------------------------------------------------------------------------------
PyObject* ScriptVector3::tp_str()
{
	return tp_repr();
}