Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
4rpl:commands:createegg [2021/08/30 13:16] – properties must be lowercased Grabz | 4rpl:commands:createegg [2025/02/14 14:57] (current) – external edit 127.0.0.1 |
---|
* "payload" : The amount of creeper for the egg to carry. A float. | * "payload" : The amount of creeper for the egg to carry. A float. |
* "velocity" : The initial velocity of the orb. A Vector3. | * "velocity" : The initial velocity of the orb. A Vector3. |
* "moveto" : The location for the egg to move to. A Vector3. | * "moveto" : The location for the egg to move to. A Vector3. ((Note: For "moveto" to function you have to use SetEggOrbData on the created Egg's UID. Otherwise the Egg will not move to the Vector3 location upon creation. Simply do SetEggOrbData(<-egg <-initData) after CreateEgg passes. -Found in CW4 v2.2.9)) |
* "showpathline" : If the egg should draw a line to its moveTo position. A bool. | * "showpathline" : If the egg should draw a line to its moveTo position. A bool. |
* "showpathlinecolor" : The color of the pathLine, if any. A Vector4. | * "showpathlinecolor" : The color of the pathLine, if any. A Vector4. |