CRopeKeyframe
Interface CRopeKeyframe
Namespace: SwiftlyS2.Shared.SchemaDefinitions
Assembly: SwiftlyS2.CS2.dll
public interface CRopeKeyframe : CBaseModelEntity, CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CBaseModelEntity>, ISchemaClass<CRopeKeyframe>, ISchemaField, ISchemaClass, INativeHandleImplements
- CBaseModelEntity
- CBaseEntity
- CEntityInstance
- ISchemaClass<CEntityInstance>
- ISchemaClass<CBaseEntity>
- ISchemaClass<CBaseModelEntity>
- ISchemaClass<CRopeKeyframe>
- ISchemaField
- ISchemaClass
- INativeHandle
Properties
ChangeCount
ref byte ChangeCount { get; }Property Value
ConstrainBetweenEndpoints
ref bool ConstrainBetweenEndpoints { get; }Property Value
CreatedFromMapFile
ref bool CreatedFromMapFile { get; }Property Value
EndAttachment
AttachmentHandle_t EndAttachment { get; }Property Value
EndPoint
ref CHandle<CBaseEntity> EndPoint { get; }Property Value
EndPointValid
ref bool EndPointValid { get; }Property Value
LockedPoints
ref byte LockedPoints { get; }Property Value
NextLinkName
string NextLinkName { get; set; }Property Value
RopeFlags
ref ushort RopeFlags { get; }Property Value
RopeLength
ref short RopeLength { get; }Property Value
RopeMaterialModelIndex
ref CStrongHandle<InfoForResourceTypeIMaterial2> RopeMaterialModelIndex { get; }Property Value
ScrollSpeed
ref float ScrollSpeed { get; }Property Value
Segments
ref byte Segments { get; }Property Value
Slack
ref short Slack { get; }Property Value
StartAttachment
AttachmentHandle_t StartAttachment { get; }Property Value
StartPoint
ref CHandle<CBaseEntity> StartPoint { get; }Property Value
StartPointValid
ref bool StartPointValid { get; }Property Value
StrRopeMaterialModel
string StrRopeMaterialModel { get; set; }Property Value
Subdiv
ref byte Subdiv { get; }Property Value
TextureScale
ref float TextureScale { get; }Property Value
Width
ref float Width { get; }Property Value
Methods
ChangeCountUpdated()
void ChangeCountUpdated()ConstrainBetweenEndpointsUpdated()
void ConstrainBetweenEndpointsUpdated()EndAttachmentUpdated()
void EndAttachmentUpdated()EndPointUpdated()
void EndPointUpdated()LockedPointsUpdated()
void LockedPointsUpdated()RopeFlagsUpdated()
void RopeFlagsUpdated()RopeLengthUpdated()
void RopeLengthUpdated()RopeMaterialModelIndexUpdated()
void RopeMaterialModelIndexUpdated()ScrollSpeedUpdated()
void ScrollSpeedUpdated()SegmentsUpdated()
void SegmentsUpdated()SlackUpdated()
void SlackUpdated()StartAttachmentUpdated()
void StartAttachmentUpdated()StartPointUpdated()
void StartPointUpdated()SubdivUpdated()
void SubdivUpdated()TextureScaleUpdated()
void TextureScaleUpdated()WidthUpdated()
void WidthUpdated()