CSoundOpvarSetPointBase
Interface CSoundOpvarSetPointBase
Namespace: SwiftlyS2.Shared.SchemaDefinitions
Assembly: SwiftlyS2.CS2.dll
public interface CSoundOpvarSetPointBase : CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CSoundOpvarSetPointBase>, ISchemaField, ISchemaClass, INativeHandleImplements
- CBaseEntity
- CEntityInstance
- ISchemaClass<CEntityInstance>
- ISchemaClass<CBaseEntity>
- ISchemaClass<CSoundOpvarSetPointBase>
- ISchemaField
- ISchemaClass
- INativeHandle
Properties
Disabled
ref bool Disabled { get; }Property Value
LastPosition
ref Vector LastPosition { get; }Property Value
OperatorName
string OperatorName { get; set; }Property Value
OpvarIndex
ref int OpvarIndex { get; }Property Value
OpvarName
string OpvarName { get; set; }Property Value
Source
ref CHandle<CEntityInstance> Source { get; }Property Value
SourceEntityName
string SourceEntityName { get; set; }Property Value
StackName
string StackName { get; set; }Property Value
UseAutoCompare
ref bool UseAutoCompare { get; }Property Value
Methods
OperatorNameUpdated()
void OperatorNameUpdated()OpvarIndexUpdated()
void OpvarIndexUpdated()OpvarNameUpdated()
void OpvarNameUpdated()StackNameUpdated()
void StackNameUpdated()UseAutoCompareUpdated()
void UseAutoCompareUpdated()