GetRopeFlags
Docslocal retval = GetRopeFlags(rope)Description
enum eRopeFlags
{
DrawShadowEnabled = 2,
Breakable = 4,
RopeUnwindingFront = 8,
RopeWinding = 32
}Parameters
| Name | Type | Description |
|---|---|---|
rope | int | The rope to get the flags for. |
Returns
intReturns an integer value.