Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] <@456226577798135808> what is it?

[DiscordArchive] <@456226577798135808> what is it?

[DiscordArchive] <@456226577798135808> what is it?

Pages (4): Previous 1 2 3 4 Next
rektbyfaith
Administrator
0
10-20-2018, 08:49 AM
#21
Archived author: Skarn • Posted: 2018-10-20T08:49:47.544000+00:00
Original source

Cool
rektbyfaith
10-20-2018, 08:49 AM #21

Archived author: Skarn • Posted: 2018-10-20T08:49:47.544000+00:00
Original source

Cool

rektbyfaith
Administrator
0
10-20-2018, 08:50 AM
#22
Archived author: Deleted User • Posted: 2018-10-20T08:50:48.076000+00:00
Original source

```python
cdef extern from "native/LocalCascHandler.h":
cdef cppclass LocalCascHandler:
LocalCascHandler() except +
void initialize(const char* dataPath)
bool exists(const char* fileName)
void* openFile(const char* fileName, int& fileSize)
void* openFileByFileId(int fileDataId, int& fileSize)
```
rektbyfaith
10-20-2018, 08:50 AM #22

Archived author: Deleted User • Posted: 2018-10-20T08:50:48.076000+00:00
Original source

```python
cdef extern from "native/LocalCascHandler.h":
cdef cppclass LocalCascHandler:
LocalCascHandler() except +
void initialize(const char* dataPath)
bool exists(const char* fileName)
void* openFile(const char* fileName, int& fileSize)
void* openFileByFileId(int fileDataId, int& fileSize)
```

rektbyfaith
Administrator
0
10-20-2018, 08:51 AM
#23
Archived author: Skarn • Posted: 2018-10-20T08:51:40.434000+00:00
Original source

Yeah that is pretty much all I need
rektbyfaith
10-20-2018, 08:51 AM #23

Archived author: Skarn • Posted: 2018-10-20T08:51:40.434000+00:00
Original source

Yeah that is pretty much all I need

rektbyfaith
Administrator
0
10-20-2018, 08:51 AM
#24
Archived author: Deleted User • Posted: 2018-10-20T08:51:57.718000+00:00
Original source

added an exists(fileDataId)
rektbyfaith
10-20-2018, 08:51 AM #24

Archived author: Deleted User • Posted: 2018-10-20T08:51:57.718000+00:00
Original source

added an exists(fileDataId)

rektbyfaith
Administrator
0
10-20-2018, 08:53 AM
#25
Archived author: Deleted User • Posted: 2018-10-20T08:53:05.935000+00:00
Original source

probably need to do this differently, function overloading in python
rektbyfaith
10-20-2018, 08:53 AM #25

Archived author: Deleted User • Posted: 2018-10-20T08:53:05.935000+00:00
Original source

probably need to do this differently, function overloading in python

rektbyfaith
Administrator
0
10-20-2018, 08:54 AM
#26
Archived author: Skarn • Posted: 2018-10-20T08:54:34.230000+00:00
Original source

Well, it is only coming in 3.8 iirc
rektbyfaith
10-20-2018, 08:54 AM #26

Archived author: Skarn • Posted: 2018-10-20T08:54:34.230000+00:00
Original source

Well, it is only coming in 3.8 iirc

rektbyfaith
Administrator
0
10-20-2018, 08:54 AM
#27
Archived author: Skarn • Posted: 2018-10-20T08:54:35.922000+00:00
Original source

Sadly
rektbyfaith
10-20-2018, 08:54 AM #27

Archived author: Skarn • Posted: 2018-10-20T08:54:35.922000+00:00
Original source

Sadly

rektbyfaith
Administrator
0
10-20-2018, 08:54 AM
#28
Archived author: Skarn • Posted: 2018-10-20T08:54:43.555000+00:00
Original source

The multimethod dispatch
rektbyfaith
10-20-2018, 08:54 AM #28

Archived author: Skarn • Posted: 2018-10-20T08:54:43.555000+00:00
Original source

The multimethod dispatch

rektbyfaith
Administrator
0
10-20-2018, 08:55 AM
#29
Archived author: Skarn • Posted: 2018-10-20T08:55:03.876000+00:00
Original source

So for now check the type and branch the logic inside the function
rektbyfaith
10-20-2018, 08:55 AM #29

Archived author: Skarn • Posted: 2018-10-20T08:55:03.876000+00:00
Original source

So for now check the type and branch the logic inside the function

rektbyfaith
Administrator
0
10-20-2018, 08:55 AM
#30
Archived author: Skarn • Posted: 2018-10-20T08:55:33.238000+00:00
Original source

if isinstance(arg, int):
rektbyfaith
10-20-2018, 08:55 AM #30

Archived author: Skarn • Posted: 2018-10-20T08:55:33.238000+00:00
Original source

if isinstance(arg, int):

Pages (4): Previous 1 2 3 4 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)