DragonZV
DragonZV
Explore posts from servers
SIASapphire - Imagine a framework
Created by DragonZV on 12/1/2022 in #sapphire-support
shapeshift's default with respect to surroundings
oki, thanks
21 replies
SIASapphire - Imagine a framework
Created by DragonZV on 12/1/2022 in #sapphire-support
shapeshift's default with respect to surroundings
how do I do it tho, cuz js doesn't allow using the variable before declaration
21 replies
SIASapphire - Imagine a framework
Created by DragonZV on 12/1/2022 in #sapphire-support
shapeshift's default with respect to surroundings
and the recursive object thing, what I mean is
const v = s.object({
name: "abc",
option: v
});
const v = s.object({
name: "abc",
option: v
});
21 replies
SIASapphire - Imagine a framework
Created by DragonZV on 12/1/2022 in #sapphire-support
shapeshift's default with respect to surroundings
basically if the name is "A", then the default is { name: "abc" }, if its "B", then the default is { name: "bca" }
21 replies
SIASapphire - Imagine a framework
Created by DragonZV on 12/1/2022 in #sapphire-support
shapeshift's default with respect to surroundings
also can I make a recursive shape
21 replies
SIASapphire - Imagine a framework
Created by DragonZV on 12/1/2022 in #sapphire-support
shapeshift's default with respect to surroundings
oh wait yea sorry
21 replies