python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Spawning rigidbodies with velocity
So I am making a gun in a Godot game. I want to use rigidbodies for the bullets, and it spawns like normal out of the gun. However, I cannot seem to find a way to spawn the rigidbody bullets, with vel...
FluffyPancakes1
Votes: 0
Answers: 1
Instantiate Objects Automatically or with Iteration
class Molecule{
[Int]$carbon
[Int]$hydrogen
[Int]$oxygen
}
$items = [ordered]@{
water = [ordered]@{carbon = 0; hydrogen = 2; oxygen = 1}
methane = [ordered]@{carbon = 1; hydro...
colemd1
Votes: 0
Answers: 1
Why can vectors be instantiated like arrays?
I was learning about classes in my C++ class, and I was trying to understand some of the things about common classes I've used. One of which being vector. I looked through the vector reference on Cplu...
MmMm SsSs
Votes: 0
Answers: 1
How to instantiate and extend Python igraph Vertex class
I'd like to extend the igraph Vertex class with some extra variables methods I need for a simulation study. However, when I try to import and extend the vertex class, I get an error.
from igraph impor...
Ian Cero
Votes: 0
Answers: 1