From b750e80c80afc91e679662031f9de9c77f4546bd Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 10 Oct 2024 16:54:43 +0200 Subject: [PATCH] Updated README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index f7e4aae..0b16b35 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,7 @@ print(f"Rods Position Ordered: {nucon.RODS_POS_ORDERED.value}") ## API Reference -The `nucon` instance contains all available parameters. Each parameter is defined with: -- An ID (string) -- A type (float, int, bool, str, or a custom Enum) -- A boolean indicating whether it's writable +The `nucon` instance contains all available parameters. Parameter properties: - `nucon..value`: Get or set the current value of the parameter. Assigning a new value will write it to the game.