Logo
Explore Help
Register Sign In
Cinka/OldThink
1
0
Fork 0
You've already forked OldThink
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
02df91b39c613e0b8a5ebd6fb7499fd699def4b5
OldThink/Content.Server/Visible/VisibilityFlags.cs

13 lines
185 B
C#
Raw Normal View History

Ghosts now make use of the new "entity visibility" engine functionality
2020-04-10 16:28:14 +02:00
using System;
Re-organize all projects (#4166)
2021-06-09 22:19:39 +02:00
namespace Content.Server.Visible
Ghosts now make use of the new "entity visibility" engine functionality
2020-04-10 16:28:14 +02:00
{
[Flags]
Moved VisibilityFlags to EyeComponent (#3716) Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2021-03-27 17:37:19 -07:00
public enum VisibilityFlags : uint
Ghosts now make use of the new "entity visibility" engine functionality
2020-04-10 16:28:14 +02:00
{
Moved VisibilityFlags to EyeComponent (#3716) Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2021-03-27 17:37:19 -07:00
None = 0,
Normal = 1 << 0,
Ghost = 1 << 1,
Ghosts now make use of the new "entity visibility" engine functionality
2020-04-10 16:28:14 +02:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 1798ms Template: 91ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API