Getting and setting 'm_Collision.m_usSolidFlags'
Posted: Tue May 03, 2016 3:57 pm
I'm trying to get and set the 'm_Collision.m_usSolidFlags' property of an entity, but I keep getting this error:
I know, I used the wrong type. I tried using 'ushort', but it seems SP doesn't support getting/setting properties of that type.
Code: Select all
TypeError: Property 'm_Collision.m_usSolidFlags' is of type ushort not int
I know, I used the wrong type. I tried using 'ushort', but it seems SP doesn't support getting/setting properties of that type.
Code: Select all
AttributeError: Attribute 'get_property_ushort' not found