Files
CounterStrikeSharp/managed/CounterStrikeSharp.API/Core/Schema/Classes/CSoundEventSphereEntity.g.cs
2024-10-05 00:47:33 +10:00

26 lines
749 B
C#

// <auto-generated />
#nullable enable
#pragma warning disable CS1591
using System;
using System.Diagnostics;
using System.Drawing;
using CounterStrikeSharp;
using CounterStrikeSharp.API.Modules.Events;
using CounterStrikeSharp.API.Modules.Entities;
using CounterStrikeSharp.API.Modules.Memory;
using CounterStrikeSharp.API.Modules.Utils;
using CounterStrikeSharp.API.Core.Attributes;
namespace CounterStrikeSharp.API.Core;
public partial class CSoundEventSphereEntity : CSoundEventEntity
{
public CSoundEventSphereEntity (IntPtr pointer) : base(pointer) {}
// m_flRadius
[SchemaMember("CSoundEventSphereEntity", "m_flRadius")]
public ref float Radius => ref Schema.GetRef<float>(this.Handle, "CSoundEventSphereEntity", "m_flRadius");
}