From 8f7d56537122ab295bc9e0160a615fa0b56321cf Mon Sep 17 00:00:00 2001 From: Beckam White <47697544+BJDubb@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:57:59 +1000 Subject: [PATCH] Update DECORATOR/DecorSetInt.md Co-authored-by: Jacob Paulin <56453471+JayPaulinCodes@users.noreply.github.com> --- DECORATOR/DecorSetInt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DECORATOR/DecorSetInt.md b/DECORATOR/DecorSetInt.md index 221fddf34..2109552bd 100644 --- a/DECORATOR/DecorSetInt.md +++ b/DECORATOR/DecorSetInt.md @@ -11,8 +11,8 @@ BOOL DECOR_SET_INT(Entity entity, char* decoratorName, int value); Add or update a INT decorator on an object ## Parameters -* **entity**: object to remove decorators from -* **decoratorName**: Name of the decorator +* **entity**: entity to modify decorators on +* **decoratorName**: name of the decorator * **value**: value of the decorator ## Return value