From e123df24fc924c51be196181f9e7c39d02ca5ea8 Mon Sep 17 00:00:00 2001 From: SoglaHash <74299960+SoglaHash@users.noreply.github.com> Date: Fri, 12 Aug 2022 17:21:12 +0200 Subject: Update gameobject_template.md (#792) Change chairOrientation to height --- docs/gameobject_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/gameobject_template.md') diff --git a/docs/gameobject_template.md b/docs/gameobject_template.md index acaa00a..a75aed7 100644 --- a/docs/gameobject_template.md +++ b/docs/gameobject_template.md @@ -242,7 +242,7 @@ Object type not used **GAMEOBJECT\_TYPE\_CHAIR = 7** - data0: chairslots (number of players that can sit down on it) -- data1: chairorientation? (number of usable side?) +- data1: height - data2: onlyCreatorUse - data3: triggeredEvent - data4: conditionID1 -- cgit