Why am i getting an error when i do this, why do i need a positional argument and where? :
NodeSpawn = SDGraph.newNode(sdDefinitionId = "NormalMaker")
Error:
[ERR][5]Traceback (most recent call last):
[ERR][6] File "<string>", line 13, in NewBuild
[ERR][7]TypeError
[ERR][8]:
[ERR][9]newNode() missing 1 required positional argument: 'self'
-----
Function:
newNode(sdDefinitionId)
Create a new node
Parameters
sdDefinitionId (string) – The identifier of the SDDefinition of the node to create
Return type
SDNode