View Issue Details

IDProjectCategoryView StatusLast Update
0006329The Dark ModScript/Defpublic27.11.2023 10:06
ReporterDragofer Assigned ToDragofer  
PrioritynormalSeveritynormalReproducibilityalways
Status resolvedResolutionfixed 
Product VersionTDM 2.11 
Target VersionTDM 2.12Fixed in VersionTDM 2.12 
Summary0006329: CFrobLock doesn't support basic "locked" script events
DescriptionThe script function IsLocked() is not supported by the spawnclass "CFrobLock". This is a significant limitation for scripters since froblock entities are one of the main lockable entities in TDM besides door movers.

If the issue gets fixed, it may be worth checking whether there are other essential "lock" script functions that this spawnclass doesn't support.
TagsNo tags attached.

Activities

Dragofer

Dragofer

27.11.2023 10:04

developer   ~0016197

Rev 10519
Copy 5 missing lock-related script events from CFrobMover to CFrobLock. CFrobLock inherits directly from idStaticEntity so these were not already part of the spawnclass:

Lock
Unlock
ToggleLock
IsLocked
IsPickable

Issue History

Date Modified Username Field Change
21.10.2023 20:21 Dragofer New Issue
27.11.2023 10:04 Dragofer Note Added: 0016197
27.11.2023 10:04 Dragofer Assigned To => Dragofer
27.11.2023 10:04 Dragofer Status new => resolved
27.11.2023 10:04 Dragofer Resolution open => fixed
27.11.2023 10:04 Dragofer Fixed in Version => TDM 2.12
27.11.2023 10:04 Dragofer Target Version => TDM 2.12
27.11.2023 10:06 Dragofer Summary CFrobLock doesn't support IsLocked() script function => CFrobLock doesn't support basic locked script events
27.11.2023 10:06 Dragofer Summary CFrobLock doesn't support basic locked script events => CFrobLock doesn't support basic "locked" script events