Skip to content

Commit 443fce9

Browse files
committed
🚀 Update 8/31/2025, 8:53:30 PM
1 parent 3bdf765 commit 443fce9

File tree

6 files changed

+397
-525
lines changed

6 files changed

+397
-525
lines changed

library/custom_entity_fields.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Custom_Entity_Fields.OnDuplicated = nil
3737
---Sandbox or Sandbox derived only.
3838
---
3939
--- If set to `true`, physgun will not be able to pick this entity up. This can also be set from map, see Sandbox Specific Mapping
40-
---@type boolean
40+
---@type boolean?
4141
Custom_Entity_Fields.PhysgunDisabled = false
4242

4343
---Sandbox or Sandbox derived only.
@@ -71,7 +71,7 @@ Custom_Entity_Fields.CanProperty = nil
7171
Custom_Entity_Fields.CanTool = nil
7272

7373
---If set, the entity will not be duplicated via the built-in duplicator system.
74-
---@type boolean
74+
---@type boolean?
7575
Custom_Entity_Fields.DoNotDuplicate = false
7676

7777
---Documented at ENTITY:CalcAbsolutePosition.

0 commit comments

Comments
 (0)