Skip to content
ncsoft
/
Unreal.js
Sign up
Why GitHub?
Features
→
Code review
Project management
Integrations
Actions
Packages
Security
Team management
Hosting
Customer stories
→
Security
→
Enterprise
Explore
Explore GitHub
→
Learn & contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
Marketplace
Pricing
Plans
→
Compare plans
Contact Sales
Nonprofit
→
Education
→
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
ncsoft
/
Unreal.js
Watch
172
Star
2.6k
Fork
238
Code
Issues
99
Pull requests
0
Actions
Projects
0
Wiki
Security
Insights
Code
Issues
99
Pull requests
0
Projects
0
Actions
Wiki
Security
Pulse
Permalink
Browse files
miss require Ractive
Loading branch information
crocuis
committed
May 25, 2016
1 parent
57c7a32
commit
9b8462294108d85c3e2bdb93214104345f40b18d
Unified
Split
Showing
2 changed files
with
3 additions
and
1 deletion
.
+2
−0
Examples/Content/Scripts/helloRactive.js
+1
−1
Examples/Content/Scripts/ractive.js
2
Examples/Content/Scripts/helloRactive.js
Show comments
View file
Edit file
Delete file
@@ -3,6 +3,8 @@
let
UMG
=
require
(
'UMG'
)
let
instantiator
=
require
(
'instantiator'
)
let
_
=
require
(
'lodash'
)
let
Ractive
=
require
(
'ractive'
)
Context
.
RunFile
(
'ractive.js'
)
function
GetPC
(
)
{
return
PlayerController
.
C
(
GWorld
.
GetAllActorsOfClass
(
PlayerController
)
.
OutActors
[
0
]
)
2
Examples/Content/Scripts/ractive.js
Show comments
View file
Edit file
Delete file
Load diff
Some generated files are not rendered by default.
Learn more
.
Oops, something went wrong.
Retry
Toggle all file notes
0 comments on commit
9b84622
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.