To use this website fully, you first need to accept the use of cookies. By agreeing to the use of cookies you consent to the use of functional cookies. For more information read this page.

Official ZPE/YASS documentationget_object_property

get_object_property(object o, string property) ⇒ mixed

Returns the value of a property within an object using its name.

First available: Version 1.8.2

Notes

This function can only access a public property of an object. An attempt to access a property that is declared protected or private will return null.

Comments
Code previewClose
Feedback 👍
Comments are sent via email to me.