Advanced-Equipment icon indicating copy to clipboard operation
Advanced-Equipment copied to clipboard

Introduce new variable to check if an asset hat a specific feature

Open y0014984 opened this issue 1 year ago • 0 comments

Currently I'm struggling always with the task to decide wether or not a given entity is for example a computer or not. Yes, we want to keep things simple and flexible, but I write a lot of code to check for things like that. Perhaps we could introduce some variables like:

  • hasTerminal = isComputer = hasArmaOS
  • hasFilesystem
  • isNetworkClient
  • hasUSB
  • hasBattery
  • hasFuelTank

and so on.

y0014984 avatar Jun 14 '23 11:06 y0014984