Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    Documentation issues

    Bug Reporting (FUZE 4 Nintendo Switch)
    2
    3
    186
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • pobtastic
      pobtastic F last edited by pobtastic

      Arguments don't match syntax (or the example):

      Link: https://fuzearena.com/help/view/createStar

      Syntax:
      shape = createStar( x, y, innerRadius, outerRadius, numPoints )

      Arguments:
      shape Handle which stores the newly created shape
      x Horizontal screen position in pixels
      y Vertical screen position in pixels
      width Radius of the inside section of the star
      height Radius of the outside section of the star

      Wrong order:

      Link: https://fuzearena.com/help/view/getVertex

      Syntax:
      position = getVertex( shape, vertex )

      Arguments:
      shape Handle which stores the shape in question
      position Vector describing the screen x and y position of the desired vertex
      vertex Float index of the desired vertex (begins at 0, clockwise)

      Missing description:

      Link: https://fuzearena.com/help/view/setShapeScaleModeLocal

      Broken example:

      Link: https://fuzearena.com/help/view/pointShadowLight

      1 Reply Last reply Reply Quote 2
      • pobtastic
        pobtastic F last edited by pobtastic

        Simple typos;

        https://fuzearena.com/help/view/scaleShape

        scaleY Float scale direction to be applied to the veritcal axis of the shape

        https://fuzearena.com/help/view/moveShape

        axes Vector describing the amount (in pixels) to mvoe the shape on both axes

        1 Reply Last reply Reply Quote 2
        • Kat
          Kat Fuze Team last edited by

          Thank you for bringing these to our attention!

          1 Reply Last reply Reply Quote 1
          • First post
            Last post