Making KX_GameObject names read only.
This was committed in revision 2832 but never accounted for existing object name hashes which existed since revision 2. Its possible to update the names elsewhere but unlikely anyone ever used this successfully so removing.
This commit is contained in:
@@ -7,7 +7,7 @@ class KX_GameObject:
|
||||
|
||||
Properties assigned to game objects are accessible as attributes of this class.
|
||||
|
||||
@ivar name: The object's name.
|
||||
@ivar name: The object's name. (Read only)
|
||||
@type name: string.
|
||||
@ivar mass: The object's mass (provided the object has a physics controller). Read only.
|
||||
@type mass: float
|
||||
|
||||
Reference in New Issue
Block a user