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