15ย years, 7ย months ago
Highlights
Community contributions featuredAs you can see on my callstack, it says that the constructor of the class named "MyClass" is in line 0, but it should tell that it's in the line 43. My guess wouldโฆ
15ย years, 7ย months ago
15ย years, 7ย months ago
I have registered a value type (not a handle) like this one: class Message { Message(const string& in type); Message& set(const string& in val); // (more stuff) } Iโฆ
15ย years, 7ย months ago
I 'm trying to use asbuild on my scripts and it segfaults when encountering any method referencing the array<T> type. Here's the gdb backtrace: #0 0x00000000 in ??โฆ
15ย years, 7ย months ago
Hi all, I have a question about casting null. Currently, casting null raises a script exception: Something@ s = cast<Something>(null); // <- raises exception I 'd eโฆ
15ย years, 7ย months ago
Latest Activity
See all in DiscussionsAs you can see on my callstack, it says that the constructor of the class named "MyClass" is in line โฆ
15ย years, 7ย months ago
[color="#1C2837"]Without actually knowing your implementation, I can't really say. However, if I had to guess, I'd say that your set โฆ
15ย years, 7ย months ago
I have registered a value type (not a handle) like this one: class Message { Message(const string& in type); Message& โฆ
15ย years, 7ย months ago