Don't forget to add "SBPropertyChangerV1.u" to your package if you release your map to public.
Name | Data Type | Description |
bTriggerOnceOnly | Boolean | As the name says: if TRUE, SBPropertyChanger only reacts on the first time triggered. |
Properties[…] | Name | The names of the properties. Gaps are allowed. Not all properties of an Actor can be changed, for example const values (e.g. "Base") or members of an array are impossible to change. |
PropertyValues[…] | String | The values of the properties. Although this data type is String, the string must represent the correct data type given by the property. If the data type does not match, the game engine tries to convert the string. If the property value could not be assigned literally, SBPropertyChanger writes a warning message to the log file. This may not be really an error, because for example if you assign "40" to a float property, the final value will be "40.000000". That's numerical the same but obviously not the same string value.
|
WantedActor | Name | The Actor which properties should be changed. This value is required. You can either enter the name of that Actor or the Tag of the Actor(s) (see WantedActorSearchBy below). |
WantedActorSearchBy | WASB_Name or WASB_Tag | What does WantedActor mean: the name of the Actor (WASB_Name) or the Tag (WASB_Tag) of the Actor(s). Former can be used if only one Actor should be treated. If you want to look up the name, this Actor must of course already exist at mapping time. The latter is useful if you want treat more than one Actor or if the Actor(s) do not exist at mapping time. |
Name | Size | Date | MD5 sum |
./Help/SBPropertyChanger.htm | 7047 | 2020-03-30 | (this file> |
./Help/SBPropertyChangerProperties.jpg | 42355 | 2020-02-17 | cd69a6298812608f13f1ceb05e7ea561 |
./Maps/TestSBPropertyChangerV1.unr | 6098 | 2020-02-17 | af2b0cdf877e7d799310b38b7bd5bd9b |
./redirect/SBPropertyChangerV1.u.uz | 3120 | 2020-02-17 | 58fc67fa44387e05647926e15f666298 |
./Sourcecode/Classes/SBPropertyChanger.uc | 3563 | 2020-02-17 | 652a4c058541afadccc706ffef5cff47 |
./Sourcecode/make.ini | 271 | 2020-02-14 | f45a4eda401df9997524966ab8e4a9f0 |
./System/SBPropertyChangerV1.u | 6822 | 2020-02-17 | 40270d667f08b6cbb63e2c07c9f69cb1 |