Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PlistElementDict.SetBoolean

Switch to Manual
public function SetBoolean(key: string, val: bool): void;

Parameters

keyThe key of the property.
valThe value of the property.

Description

Convenience method to set a boolean property.