mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-03-30 06:19:03 +03:00
Created Prefabs and workarounds obsoleted by Mapbase (markdown)
parent
74f4b258e7
commit
13fdaafd00
10
Prefabs-and-workarounds-obsoleted-by-Mapbase.md
Normal file
10
Prefabs-and-workarounds-obsoleted-by-Mapbase.md
Normal file
@ -0,0 +1,10 @@
|
||||
This article is supposed to list common prefabs and workarounds that have been changed or obsoleted by Mapbase. This article exists to ensure mappers understand how Mapbase changes their workflow and encourage the usage of the new features.
|
||||
|
||||
|
||||
## AddOutput-related
|
||||
|
||||
`AddOutput` is normally used for adding outputs, but it's also capable of setting any keyvalue after the entity has spawned. This is used to change several keyvalues that could not be changed manually by other means after spawning.
|
||||
|
||||
Mapbase adds corresponding inputs to some keyvalues, meaning `AddOutput` wouldn't need to be used in those cases anymore, but not every keyvalue has a corresponding input and `AddOutput` should continue to be standard practice. In fact, using `AddOutput` has been made more flexible thanks to the new `logic_format` entity, which allows the key and value to be set independently.
|
||||
|
||||
(todo)
|
Loading…
x
Reference in New Issue
Block a user