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