Variant.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opAssign(T input)
  2. void opAssign(void* input)
    struct Variant
    package pragma(inline, true) package(godot)
    void
    opAssign
    (
    const void* input
    )
  3. void opAssign(T nil)
  4. void opAssign(T other)

Meta