PEd_CustomDataAdd

A function defined in PEd_customData.gml

PEd_CustomDataAdd(_container, _type, _name, _getter, _setter)

Description

Adds custom data to the data container.

Arguments

Name Type Description
_container Id.DsList The container.
_type Real The type of the custom data. See PEd_EDataType enumerator.
_name String The name of the custom data.
_getter Asset.GMScript The script that gets the custom data. Use noone for no getter.
_setter Asset.GMScript The script that sets the custom data. Use noone for no setter.

Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.