Logo
Explore Help
Sign In
juni/crystall-punk-14
1
0
Fork 0
You've already forked crystall-punk-14
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
16e2a197c19fd765dc4af2ebbd181613a38a6c4b
crystall-punk-14/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.5 Page: 164ms Template: 1ms
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